RoleManagementScopeType 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.
Type of the scope.
public readonly struct RoleManagementScopeType : IEquatable<Azure.ResourceManager.Authorization.Models.RoleManagementScopeType>
type RoleManagementScopeType = struct
Public Structure RoleManagementScopeType
Implements IEquatable(Of RoleManagementScopeType)
- Inheritance
-
RoleManagementScopeType
- Implements
Constructors
RoleManagementScopeType(String) |
Initializes a new instance of RoleManagementScopeType. |
Properties
ManagementGroup |
managementgroup. |
ResourceGroup |
resourcegroup. |
Subscription |
subscription. |
Methods
Equals(RoleManagementScopeType) |
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(RoleManagementScopeType, RoleManagementScopeType) |
Determines if two RoleManagementScopeType values are the same. |
Implicit(String to RoleManagementScopeType) |
Converts a string to a RoleManagementScopeType. |
Inequality(RoleManagementScopeType, RoleManagementScopeType) |
Determines if two RoleManagementScopeType values are not the same. |
Applies to
Azure SDK for .NET