Share via


RoleManagementScopeType Struct

Definition

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