Udostępnij przez


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

Name Description
ManagementGroupChildType(String)

Initializes a new instance of ManagementGroupChildType.

Properties

Name Description
MicrosoftManagementManagementGroups

Microsoft.Management/managementGroups.

Subscriptions

/subscriptions.

Methods

Name Description
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

Name Description
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