次の方法で共有


KeyVaultAccessControlClient.DeleteRoleDefinitionAsync メソッド

定義

ロール定義を削除します。

public virtual System.Threading.Tasks.Task<Azure.Response> DeleteRoleDefinitionAsync (Azure.Security.KeyVault.Administration.KeyVaultRoleScope roleScope, Guid roleDefinitionName, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteRoleDefinitionAsync : Azure.Security.KeyVault.Administration.KeyVaultRoleScope * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.DeleteRoleDefinitionAsync : Azure.Security.KeyVault.Administration.KeyVaultRoleScope * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function DeleteRoleDefinitionAsync (roleScope As KeyVaultRoleScope, roleDefinitionName As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

パラメーター

roleScope
KeyVaultRoleScope

削除するロールのスコープ。

roleDefinitionName
Guid

削除するロール定義の名前。

cancellationToken
CancellationToken

CancellationToken要求の有効期間を制御する 。

戻り値

Task<TResult>非同期操作の結果を表す 。

適用対象