Share via


MockablePurviewTenantResource.RemoveDefaultAccount Method

Definition

Removes the default account from the scope.

  • Request Path: /providers/Microsoft.Purview/removeDefaultAccount
  • Operation Id: DefaultAccounts_Remove
  • Default Api Version: 2023-05-01-preview
public virtual Azure.Response RemoveDefaultAccount (Guid scopeTenantId, Azure.ResourceManager.Purview.Models.PurviewAccountScopeType scopeType, string scope = default, System.Threading.CancellationToken cancellationToken = default);
abstract member RemoveDefaultAccount : Guid * Azure.ResourceManager.Purview.Models.PurviewAccountScopeType * string * System.Threading.CancellationToken -> Azure.Response
override this.RemoveDefaultAccount : Guid * Azure.ResourceManager.Purview.Models.PurviewAccountScopeType * string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function RemoveDefaultAccount (scopeTenantId As Guid, scopeType As PurviewAccountScopeType, Optional scope As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

scopeTenantId
Guid

The tenant ID.

scopeType
PurviewAccountScopeType

The scope for the default account.

scope
String

The Id of the scope object, for example if the scope is "Subscription" then it is the ID of that subscription.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to