ManagementGroupNameAvailabilityResult.Reason Property

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 Azure.ResourceManager.ManagementGroups.Models.ManagementGroupNameUnavailableReason? Reason { get; }
member this.Reason : Nullable<Azure.ResourceManager.ManagementGroups.Models.ManagementGroupNameUnavailableReason>
Public ReadOnly Property Reason As Nullable(Of ManagementGroupNameUnavailableReason)

Property Value

Applies to