Table of Contents

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 = 1

AlreadyExists.

Invalid = 0

Invalid.