NetAppResourceOperations Class

NetAppResourceOperations async operations.

You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.

Inheritance
builtins.object
NetAppResourceOperations

Constructor

NetAppResourceOperations(client, config, serializer, deserializer)

Parameters

client
Required

Client for service requests.

config
Required

Configuration of service client.

serializer
Required

An object model serializer.

deserializer
Required

An object model deserializer.

Variables

models

Alias to model classes used in this operation group.

Methods

check_file_path_availability

Check file path availability.

Check if a file path is available.

check_name_availability

Check resource name availability.

Check if a resource name is available.

check_quota_availability

Check quota availability.

Check if a quota is available.

check_file_path_availability

Check file path availability.

Check if a file path is available.

async check_file_path_availability(location: str, name: str, subnet_id: str, **kwargs: Any) -> azure.mgmt.netapp.models._models_py3.CheckAvailabilityResponse

Parameters

location
str
Required

The location.

name
str
Required

File path to verify.

subnet_id
str
Required

The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes.

cls
callable

A custom type or function that will be passed the direct response

Returns

CheckAvailabilityResponse, or the result of cls(response)

Return type

Exceptions

check_name_availability

Check resource name availability.

Check if a resource name is available.

async check_name_availability(location: str, name: str, type: Union[str, azure.mgmt.netapp.models._net_app_management_client_enums.CheckNameResourceTypes], resource_group: str, **kwargs: Any) -> azure.mgmt.netapp.models._models_py3.CheckAvailabilityResponse

Parameters

location
str
Required

The location.

name
str
Required

Resource name to verify.

type
str or CheckNameResourceTypes
Required

Resource type used for verification.

resource_group
str
Required

Resource group name.

cls
callable

A custom type or function that will be passed the direct response

Returns

CheckAvailabilityResponse, or the result of cls(response)

Return type

Exceptions

check_quota_availability

Check quota availability.

Check if a quota is available.

async check_quota_availability(location: str, name: str, type: Union[str, azure.mgmt.netapp.models._net_app_management_client_enums.CheckQuotaNameResourceTypes], resource_group: str, **kwargs: Any) -> azure.mgmt.netapp.models._models_py3.CheckAvailabilityResponse

Parameters

location
str
Required

The location.

name
str
Required

Name of the resource to verify.

type
str or CheckQuotaNameResourceTypes
Required

Resource type used for verification.

resource_group
str
Required

Resource group name.

cls
callable

A custom type or function that will be passed the direct response

Returns

CheckAvailabilityResponse, or the result of cls(response)

Return type

Exceptions

Attributes

models

models = <module 'azure.mgmt.netapp.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\netapp\\models\\__init__.py'>