Freigeben über


DefaultAccountsOperationsExtensions.Remove Methode

Definition

Entfernt das Standardkonto aus dem Bereich.

public static void Remove (this Microsoft.Azure.Management.Purview.IDefaultAccountsOperations operations, Guid scopeTenantId, string scopeType, string scope = default);
static member Remove : Microsoft.Azure.Management.Purview.IDefaultAccountsOperations * Guid * string * string -> unit
<Extension()>
Public Sub Remove (operations As IDefaultAccountsOperations, scopeTenantId As Guid, scopeType As String, Optional scope As String = Nothing)

Parameter

operations
IDefaultAccountsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

scopeTenantId
Guid

Die Mandanten-ID.

scopeType
String

Der Bereich für das Standardkonto. Mögliche Werte: "Mandant", "Abonnement"

scope
String

Die ID des Bereichsobjekts, z. B. wenn der Bereich "Abonnement" ist, ist dies die ID dieses Abonnements.

Hinweise

Entfernt das Standardkonto aus dem Bereich.

Gilt für: