Share via


ManagementGroupExpandType Struct

Definition

The ManagementGroupExpandType.

public readonly struct ManagementGroupExpandType : IEquatable<Azure.ResourceManager.ManagementGroups.Models.ManagementGroupExpandType>
type ManagementGroupExpandType = struct
Public Structure ManagementGroupExpandType
Implements IEquatable(Of ManagementGroupExpandType)
Inheritance
ManagementGroupExpandType
Implements

Constructors

ManagementGroupExpandType(String)

Initializes a new instance of ManagementGroupExpandType.

Properties

Ancestors

ancestors.

Children

children.

Path

path.

Methods

Equals(ManagementGroupExpandType)

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

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ManagementGroupExpandType, ManagementGroupExpandType)

Determines if two ManagementGroupExpandType values are the same.

Implicit(String to ManagementGroupExpandType)

Converts a string to a ManagementGroupExpandType.

Inequality(ManagementGroupExpandType, ManagementGroupExpandType)

Determines if two ManagementGroupExpandType values are not the same.

Applies to