ManagementGroupChildType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET