Enum ManagementGroupNameUnavailableReason
- Namespace
- Azure.ResourceManager.ManagementGroups.Models
- Assembly
- Azure.ResourceManager.dll
Required if nameAvailable == false. Invalid indicates the name provided does not match the resource provider's naming requirements (incorrect length, unsupported characters, etc.) AlreadyExists indicates that the name is already in use and is therefore unavailable.
public enum ManagementGroupNameUnavailableReason
Fields
AlreadyExists.
Invalid.