次の方法で共有


PurviewExtensions.RemoveDefaultAccountAsync メソッド

定義

スコープから既定のアカウントを削除します。

  • 要求パス/プロバイダー/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

使用する取り消しトークン。

戻り値

適用対象