Table of Contents

Class ManagementGroupPathElement

Namespace
Azure.ResourceManager.ManagementGroups.Models
Assembly
Azure.ResourceManager.dll

A path element of a management group ancestors.

public class ManagementGroupPathElement : IJsonModel<ManagementGroupPathElement>, IPersistableModel<ManagementGroupPathElement>
Inheritance
ManagementGroupPathElement
Implements
IPersistableModel<ManagementGroupPathElement>
Inherited Members

Properties

DisplayName

The friendly name of the group.

public string DisplayName { get; }

Property Value

string

Name

The name of the group.

public string Name { get; }

Property Value

string