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.
public readonly struct RoleManagementScopeType : IEquatable<Azure.ResourceManager.Authorization.Models.RoleManagementScopeType>
type RoleManagementScopeType = struct
Public Structure RoleManagementScopeType
Implements IEquatable(Of RoleManagementScopeType)
- Inheritance
-
RoleManagementScopeType
- Implements
Constructors
| Name | Description |
|---|---|
| RoleManagementScopeType(String) |
Initializes a new instance of RoleManagementScopeType. |
Properties
| Name | Description |
|---|---|
| ManagementGroup |
Gets the ManagementGroup. |
| ResourceGroup |
Gets the ResourceGroup. |
| Subscription |
Gets the Subscription. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(RoleManagementScopeType, RoleManagementScopeType) |
Determines if two RoleManagementScopeType values are the same. |
| Implicit(String to Nullable<RoleManagementScopeType>) | |
| Implicit(String to RoleManagementScopeType) |
Converts a string to a RoleManagementScopeType. |
| Inequality(RoleManagementScopeType, RoleManagementScopeType) |
Determines if two RoleManagementScopeType values are not the same. |