Share via


ManagementGroupChildType Struct

Definition

The type of child resource.

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

Constructors

ManagementGroupChildType(String)

Initializes a new instance of ManagementGroupChildType.

Properties

MicrosoftManagementManagementGroups

Microsoft.Management/managementGroups.

Subscriptions

/subscriptions.

Methods

Equals(ManagementGroupChildType)

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

Determines if two ManagementGroupChildType values are the same.

Implicit(String to ManagementGroupChildType)

Converts a string to a ManagementGroupChildType.

Inequality(ManagementGroupChildType, ManagementGroupChildType)

Determines if two ManagementGroupChildType values are not the same.

Applies to