NetAppResourceOperations Class
NetAppResourceOperations 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.objectNetAppResourceOperations
Constructor
NetAppResourceOperations(client, config, serializer, deserializer)
Parameters
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
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.
check_file_path_availability(location: str, name: str, subnet_id: str, **kwargs: Any) -> _models.CheckAvailabilityResponse
Parameters
- subnet_id
- str
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.
check_name_availability(location: str, name: str, type: Union[str, _models.CheckNameResourceTypes], resource_group: str, **kwargs: Any) -> _models.CheckAvailabilityResponse
Parameters
- 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.
check_quota_availability(location: str, name: str, type: Union[str, _models.CheckQuotaNameResourceTypes], resource_group: str, **kwargs: Any) -> _models.CheckAvailabilityResponse
Parameters
- 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'>
Feedback
Submit and view feedback for