SubscriptionClientOperationsMixin Class
- Inheritance
-
builtins.objectSubscriptionClientOperationsMixin
Constructor
SubscriptionClientOperationsMixin()
Methods
| check_resource_name |
Checks resource name validity. A resource name is valid if it is not a reserved word, does not contains a reserved word and does not start with a reserved word. |
check_resource_name
Checks resource name validity.
A resource name is valid if it is not a reserved word, does not contains a reserved word and does not start with a reserved word.
async check_resource_name(resource_name_definition: Optional[azure.mgmt.resource.subscriptions.v2019_06_01.models._models_py3.ResourceName] = None, **kwargs: Any) -> azure.mgmt.resource.subscriptions.v2019_06_01.models._models_py3.CheckResourceNameResult
Parameters
- resource_name_definition
- ResourceName
Required
Resource object with values for resource name and resource type. Default value is None.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
CheckResourceNameResult, or the result of cls(response)
Return type
Exceptions
Feedback
Submit and view feedback for