CheckNameAvailabilityRequest Class
Management group name availability check parameters.
Constructor
CheckNameAvailabilityRequest(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
the name to check for availability. |
|
type
|
fully qualified resource type which includes provider namespace. Default value is "Microsoft.Management/managementGroups". |
Attributes
name
the name to check for availability.
name: str | None
type
fully qualified resource type which includes provider namespace. Default value is "Microsoft.Management/managementGroups".
type: Literal['Microsoft.Management/managementGroups'] | None