Skip to main content

check_aml_fs_subnets

Creates, updates, deletes, gets or lists a check_aml_fs_subnets resource.

Overview

Namecheck_aml_fs_subnets
TypeResource
Idazure.storage_cache.check_aml_fs_subnets

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
check_aml_fs_subnetsexecsubscription_idCheck that subnets will be valid for AML file system create calls.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
subscription_idstring

Lifecycle Methods

Check that subnets will be valid for AML file system create calls.

EXEC azure.storage_cache.check_aml_fs_subnets.check_aml_fs_subnets 
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"filesystemSubnet": "{{ filesystemSubnet }}",
"storageCapacityTiB": {{ storageCapacityTiB }},
"sku": "{{ sku }}",
"location": "{{ location }}"
}'
;