Table of Contents

Struct ManagementGroupChildType

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

The type of child resource.

public readonly struct ManagementGroupChildType : IEquatable<ManagementGroupChildType>
Implements
Inherited Members

Constructors

ManagementGroupChildType(string)

Initializes a new instance of ManagementGroupChildType.

public ManagementGroupChildType(string value)

Parameters

value string

Exceptions

ArgumentNullException

value is null.

Properties

MicrosoftManagementManagementGroups

Microsoft.Management/managementGroups.

public static ManagementGroupChildType MicrosoftManagementManagementGroups { get; }

Property Value

ManagementGroupChildType

Subscriptions

/subscriptions.

public static ManagementGroupChildType Subscriptions { get; }

Property Value

ManagementGroupChildType

Methods

Equals(ManagementGroupChildType)

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

public bool Equals(ManagementGroupChildType other)

Parameters

other ManagementGroupChildType

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 ==(ManagementGroupChildType, ManagementGroupChildType)

Determines if two ManagementGroupChildType values are the same.

public static bool operator ==(ManagementGroupChildType left, ManagementGroupChildType right)

Parameters

left ManagementGroupChildType
right ManagementGroupChildType

Returns

bool

implicit operator ManagementGroupChildType(string)

Converts a string to a ManagementGroupChildType.

public static implicit operator ManagementGroupChildType(string value)

Parameters

value string

Returns

ManagementGroupChildType

operator !=(ManagementGroupChildType, ManagementGroupChildType)

Determines if two ManagementGroupChildType values are not the same.

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

Parameters

left ManagementGroupChildType
right ManagementGroupChildType

Returns

bool