Skip to main content

resources

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

Overview

Nameresources
TypeResource
Idazure_isv.netapp.resources

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_name_availabilityexecsubscriptionId, location, name, type, resourceGroupCheck if a resource name is available.
check_file_path_availabilityexecsubscriptionId, location, name, subnetIdCheck if a file path is available.
check_quota_availabilityexecsubscriptionId, location, name, type, resourceGroupCheck if a quota is available.
query_region_infoexecsubscriptionId, locationProvides storage to network proximity and logical zone mapping information.
query_network_sibling_setexecsubscriptionId, location, networkSiblingSetId, subnetIdGet details of the specified network sibling set.

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
locationstringThe name of the Azure region.
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.

Lifecycle Methods

Check if a resource name is available.

EXEC azure_isv.netapp.resources.check_name_availability 
@subscriptionId='{{ subscriptionId }}' --required,
@location='{{ location }}' --required
@@json=
'{
"name": "{{ name }}",
"type": "{{ type }}",
"resourceGroup": "{{ resourceGroup }}"
}'
;