次の方法で共有


RoleManagementScopeType 構造体

定義

スコープの型。

public readonly struct RoleManagementScopeType : IEquatable<Azure.ResourceManager.Authorization.Models.RoleManagementScopeType>
type RoleManagementScopeType = struct
Public Structure RoleManagementScopeType
Implements IEquatable(Of RoleManagementScopeType)
継承
RoleManagementScopeType
実装

コンストラクター

RoleManagementScopeType(String)

RoleManagementScopeType の新しいインスタンスを初期化します。

プロパティ

ManagementGroup

managementgroup。

ResourceGroup

resourcegroup。

Subscription

必要があります。

メソッド

Equals(RoleManagementScopeType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(RoleManagementScopeType, RoleManagementScopeType)

2 つの RoleManagementScopeType 値が同じかどうかを判断します。

Implicit(String to RoleManagementScopeType)

文字列を RoleManagementScopeType に変換します。

Inequality(RoleManagementScopeType, RoleManagementScopeType)

2 つの RoleManagementScopeType 値が同じでないかどうかを判断します。

適用対象