PurviewExtensions.RemoveDefaultAccountAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime le compte par défaut de l’étendue.
- Chemin/providers/Microsoft.Purview/removeDefaultAccount
- IdDefaultAccounts_Remove d’opération
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)
Paramètres
- tenantResource
- TenantResource
Instance TenantResource sur laquelle la méthode s’exécute.
- scopeTenantId
- Guid
ID de locataire.
- scopeType
- PurviewAccountScopeType
Étendue du compte par défaut.
- scope
- String
Id de l’objet d’étendue, par exemple si l’étendue est « Abonnement », il s’agit de l’ID de cet abonnement.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.