次の方法で共有


PurviewExtensions.RemoveDefaultAccount メソッド

定義

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

  • 要求パス/プロバイダー/Microsoft.Purview/removeDefaultAccount
  • 操作IdDefaultAccounts_Remove
public static Azure.Response RemoveDefaultAccount (this Azure.ResourceManager.Resources.TenantResource tenantResource, Guid scopeTenantId, Azure.ResourceManager.Purview.Models.PurviewAccountScopeType scopeType, string scope = default, System.Threading.CancellationToken cancellationToken = default);
static member RemoveDefaultAccount : Azure.ResourceManager.Resources.TenantResource * Guid * Azure.ResourceManager.Purview.Models.PurviewAccountScopeType * string * System.Threading.CancellationToken -> Azure.Response
<Extension()>
Public Function RemoveDefaultAccount (tenantResource As TenantResource, scopeTenantId As Guid, scopeType As PurviewAccountScopeType, Optional scope As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response

パラメーター

tenantResource
TenantResource

TenantResourceメソッドが実行されるインスタンス。

scopeTenantId
Guid

テナント ID。

scopeType
PurviewAccountScopeType

既定のアカウントのスコープ。

scope
String

スコープ オブジェクトの ID (スコープが "Subscription" の場合など) は、そのサブスクリプションの ID です。

cancellationToken
CancellationToken

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

戻り値

適用対象