Share via


ManagementGroupNameUnavailableReason Enum

Definition

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
type ManagementGroupNameUnavailableReason = 
Public Enum ManagementGroupNameUnavailableReason
Inheritance
ManagementGroupNameUnavailableReason

Fields

AlreadyExists 1

AlreadyExists.

Invalid 0

Invalid.

Applies to