Freigeben über


KustoDatabasePrincipalAssignmentCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren KustoDatabasePrincipalAssignmentResource Vorgänge darstellt. Jedes KustoDatabasePrincipalAssignmentResource in der Auflistung gehört zum gleichen instance von KustoDatabaseResource. Um einen KustoDatabasePrincipalAssignmentCollection instance rufen Sie die GetKustoDatabasePrincipalAssignments-Methode aus einer instance von aufKustoDatabaseResource.

public class KustoDatabasePrincipalAssignmentCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Kusto.KustoDatabasePrincipalAssignmentResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Kusto.KustoDatabasePrincipalAssignmentResource>
type KustoDatabasePrincipalAssignmentCollection = class
    inherit ArmCollection
    interface seq<KustoDatabasePrincipalAssignmentResource>
    interface IEnumerable
    interface IAsyncEnumerable<KustoDatabasePrincipalAssignmentResource>
Public Class KustoDatabasePrincipalAssignmentCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of KustoDatabasePrincipalAssignmentResource), IEnumerable(Of KustoDatabasePrincipalAssignmentResource)
Vererbung
KustoDatabasePrincipalAssignmentCollection
Implementiert

Konstruktoren

KustoDatabasePrincipalAssignmentCollection()

Initialisiert eine neue instance der -Klasse für die KustoDatabasePrincipalAssignmentCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, KustoDatabasePrincipalAssignmentData, CancellationToken)

Erstellt eine Kusto-Clusterdatenbank principalAssignment.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/principalAssignments/{principalAssignmentName}
  • Vorgangs-IdDatabasePrincipalAssignments_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, KustoDatabasePrincipalAssignmentData, CancellationToken)

Erstellt eine Kusto-Clusterdatenbank principalAssignment.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/principalAssignments/{principalAssignmentName}
  • Vorgangs-IdDatabasePrincipalAssignments_CreateOrUpdate
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/principalAssignments/{principalAssignmentName}
  • Vorgangs-IdDatabasePrincipalAssignments_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/principalAssignments/{principalAssignmentName}
  • Vorgangs-IdDatabasePrincipalAssignments_Get
Get(String, CancellationToken)

Ruft eine Kusto-Clusterdatenbank principalAssignment ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/principalAssignments/{principalAssignmentName}
  • Vorgangs-IdDatabasePrincipalAssignments_Get
GetAll(CancellationToken)

Listet alle PrincipalAssignments der Kusto-Clusterdatenbank auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/principalAssignments
  • Vorgangs-IdDatabasePrincipalAssignments_List
GetAllAsync(CancellationToken)

Listet alle PrincipalAssignments der Kusto-Clusterdatenbank auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/principalAssignments
  • Vorgangs-IdDatabasePrincipalAssignments_List
GetAsync(String, CancellationToken)

Ruft eine Kusto-Clusterdatenbank principalAssignment ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/principalAssignments/{principalAssignmentName}
  • Vorgangs-IdDatabasePrincipalAssignments_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/principalAssignments/{principalAssignmentName}
  • Vorgangs-IdDatabasePrincipalAssignments_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/principalAssignments/{principalAssignmentName}
  • Vorgangs-IdDatabasePrincipalAssignments_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<KustoDatabasePrincipalAssignmentResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<KustoDatabasePrincipalAssignmentResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: