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
-
IJsonModel<ManagementGroupPathElement>IPersistableModel<ManagementGroupPathElement>
- Inherited Members
Properties
DisplayName
The friendly name of the group.
public string DisplayName { get; }
Property Value
Name
The name of the group.
public string Name { get; }