Table of Contents

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

ManagementGroupExpandType

Children

children.

public static ManagementGroupExpandType Children { get; }

Property Value

ManagementGroupExpandType

Path

path.

public static ManagementGroupExpandType Path { get; }

Property Value

ManagementGroupExpandType

Methods

Equals(ManagementGroupExpandType)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(ManagementGroupExpandType other)

Parameters

other ManagementGroupExpandType

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

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

left ManagementGroupExpandType
right ManagementGroupExpandType

Returns

bool

implicit operator ManagementGroupExpandType(string)

Converts a string to a ManagementGroupExpandType.

public static implicit operator ManagementGroupExpandType(string value)

Parameters

value string

Returns

ManagementGroupExpandType

operator !=(ManagementGroupExpandType, ManagementGroupExpandType)

Determines if two ManagementGroupExpandType values are not the same.

public static bool operator !=(ManagementGroupExpandType left, ManagementGroupExpandType right)

Parameters

left ManagementGroupExpandType
right ManagementGroupExpandType

Returns

bool