PurviewExtensions.RemoveDefaultAccountAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スコープから既定のアカウントを削除します。
- 要求パス/プロバイダー/Microsoft.Purview/removeDefaultAccount
- 操作IdDefaultAccounts_Remove
public static System.Threading.Tasks.Task<Azure.Response> RemoveDefaultAccountAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Guid scopeTenantId, Azure.ResourceManager.Purview.Models.PurviewAccountScopeType scopeType, string scope = default, System.Threading.CancellationToken cancellationToken = default);
static member RemoveDefaultAccountAsync : Azure.ResourceManager.Resources.TenantResource * Guid * Azure.ResourceManager.Purview.Models.PurviewAccountScopeType * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
<Extension()>
Public Function RemoveDefaultAccountAsync (tenantResource As TenantResource, scopeTenantId As Guid, scopeType As PurviewAccountScopeType, Optional scope As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)
パラメーター
- tenantResource
- TenantResource
TenantResourceメソッドが実行するインスタンス。
- scopeTenantId
- Guid
テナント ID。
- scopeType
- PurviewAccountScopeType
既定のアカウントのスコープ。
- scope
- String
スコープ オブジェクトの ID (スコープが "サブスクリプション" の場合など) は、そのサブスクリプションの ID です。
- cancellationToken
- CancellationToken
使用する取り消しトークン。