AuthorizationExtensions.GetRoleAssignmentAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetRoleAssignmentAsync(ArmResource, String, String, CancellationToken) |
スコープと名前でロールの割り当てを取得します。
|
GetRoleAssignmentAsync(ArmClient, ResourceIdentifier, String, String, CancellationToken) |
スコープと名前でロールの割り当てを取得します。
|
GetRoleAssignmentAsync(ArmResource, String, String, CancellationToken)
スコープと名前でロールの割り当てを取得します。
- 要求パス/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
- 操作IdRoleAssignments_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.RoleAssignmentResource>> GetRoleAssignmentAsync (this Azure.ResourceManager.ArmResource armResource, string roleAssignmentName, string tenantId = default, System.Threading.CancellationToken cancellationToken = default);
static member GetRoleAssignmentAsync : Azure.ResourceManager.ArmResource * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.RoleAssignmentResource>>
<Extension()>
Public Function GetRoleAssignmentAsync (armResource As ArmResource, roleAssignmentName As String, Optional tenantId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RoleAssignmentResource))
パラメーター
- armResource
- ArmResource
ArmResourceメソッドが実行するインスタンス。
- roleAssignmentName
- String
ロールの割り当ての名前。 任意の有効な GUID を指定できます。
- tenantId
- String
テナント間要求のテナント ID。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
例外
roleAssignmentName
が null です。
適用対象
GetRoleAssignmentAsync(ArmClient, ResourceIdentifier, String, String, CancellationToken)
スコープと名前でロールの割り当てを取得します。
- 要求パス/{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}
- 操作IdRoleAssignments_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.RoleAssignmentResource>> GetRoleAssignmentAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string roleAssignmentName, string tenantId = default, System.Threading.CancellationToken cancellationToken = default);
static member GetRoleAssignmentAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.RoleAssignmentResource>>
<Extension()>
Public Function GetRoleAssignmentAsync (client As ArmClient, scope As ResourceIdentifier, roleAssignmentName As String, Optional tenantId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RoleAssignmentResource))
パラメーター
- scope
- ResourceIdentifier
リソースが適用するスコープ。
- roleAssignmentName
- String
ロールの割り当ての名前。 任意の有効な GUID を指定できます。
- tenantId
- String
テナント間要求のテナント ID。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
例外
roleAssignmentName
が null です。