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
Subscriptions
/subscriptions.
public static ManagementGroupChildType Subscriptions { get; }
Property Value
Methods
Equals(ManagementGroupChildType)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ManagementGroupChildType other)
Parameters
other
ManagementGroupChildTypeAn object to compare with this object.
Returns
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
ManagementGroupChildTyperight
ManagementGroupChildType
Returns
implicit operator ManagementGroupChildType(string)
Converts a string to a ManagementGroupChildType.
public static implicit operator ManagementGroupChildType(string value)
Parameters
value
string
Returns
operator !=(ManagementGroupChildType, ManagementGroupChildType)
Determines if two ManagementGroupChildType values are not the same.
public static bool operator !=(ManagementGroupChildType left, ManagementGroupChildType right)
Parameters
left
ManagementGroupChildTyperight
ManagementGroupChildType