CheckNameAvailabilityParameters Class
Parameters used for checking whether a resource name is available.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
CheckNameAvailabilityParameters
Constructor
CheckNameAvailabilityParameters(*, name: str, type: Union[str, azure.mgmt.appconfiguration.models._app_configuration_management_client_enums.ConfigurationResourceType], **kwargs)
Variables
- name
- str
Required. The name to check for availability.
- type
- str or ConfigurationResourceType
Required. The resource type to check for name availability. Possible values include: "Microsoft.AppConfiguration/configurationStores".
Feedback
Submit and view feedback for