Struct ManagementGroupExpandType
- Namespace
- Azure.ResourceManager.ManagementGroups.Models
- Assembly
- Azure.ResourceManager.dll
The ManagementGroupExpandType.
public readonly struct ManagementGroupExpandType : IEquatable<ManagementGroupExpandType>
- Implements
- Inherited Members
Constructors
ManagementGroupExpandType(string)
Initializes a new instance of ManagementGroupExpandType.
public ManagementGroupExpandType(string value)
Parameters
value
string
Exceptions
- ArgumentNullException
value
is null.
Properties
Ancestors
ancestors.
public static ManagementGroupExpandType Ancestors { get; }
Property Value
Children
children.
public static ManagementGroupExpandType Children { get; }
Property Value
Path
path.
public static ManagementGroupExpandType Path { get; }
Property Value
Methods
Equals(ManagementGroupExpandType)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ManagementGroupExpandType other)
Parameters
other
ManagementGroupExpandTypeAn object to compare with this object.
Returns
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.
Operators
operator ==(ManagementGroupExpandType, ManagementGroupExpandType)
Determines if two ManagementGroupExpandType values are the same.
public static bool operator ==(ManagementGroupExpandType left, ManagementGroupExpandType right)
Parameters
Returns
implicit operator ManagementGroupExpandType(string)
Converts a string to a ManagementGroupExpandType.
public static implicit operator ManagementGroupExpandType(string value)
Parameters
value
string
Returns
operator !=(ManagementGroupExpandType, ManagementGroupExpandType)
Determines if two ManagementGroupExpandType values are not the same.
public static bool operator !=(ManagementGroupExpandType left, ManagementGroupExpandType right)