Freigeben über


KustoClusterPrincipalAssignmentCollection Klasse

Definition

Eine Klasse, die eine Auflistung von KustoClusterPrincipalAssignmentResource und deren Vorgänge darstellt. Jedes KustoClusterPrincipalAssignmentResource in der Auflistung gehört zum gleichen instance von KustoClusterResource. Um einen KustoClusterPrincipalAssignmentCollection instance rufen Sie die GetKustoClusterPrincipalAssignments-Methode aus einer instance von aufKustoClusterResource.

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

Konstruktoren

KustoClusterPrincipalAssignmentCollection()

Initialisiert eine neue instance der KustoClusterPrincipalAssignmentCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der 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, KustoClusterPrincipalAssignmentData, CancellationToken)

Erstellen Sie einen Kusto-ClusterprinzipalAssignment.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/principalAssignments/{principalAssignmentName}
  • Vorgang IdClusterPrincipalAssignments_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, KustoClusterPrincipalAssignmentData, CancellationToken)

Erstellen Sie einen Kusto-ClusterprinzipalAssignment.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/principalAssignments/{principalAssignmentName}
  • Vorgang IdClusterPrincipalAssignments_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/principalAssignments/{principalAssignmentName}
  • Vorgang IdClusterPrincipalAssignments_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/principalAssignments/{principalAssignmentName}
  • Vorgang IdClusterPrincipalAssignments_Get
Get(String, CancellationToken)

Ruft ein Kusto-ClusterprinzipalAssignment ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/principalAssignments/{principalAssignmentName}
  • Vorgang IdClusterPrincipalAssignments_Get
GetAll(CancellationToken)

Listet alle Kusto-Clusterprinzipalabzeichen auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/principalAssignments
  • Vorgang IdClusterPrincipalAssignments_List
GetAllAsync(CancellationToken)

Listet alle Kusto-Clusterprinzipalabzeichen auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/principalAssignments
  • Vorgang IdClusterPrincipalAssignments_List
GetAsync(String, CancellationToken)

Ruft ein Kusto-ClusterprinzipalAssignment ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/principalAssignments/{principalAssignmentName}
  • Vorgang IdClusterPrincipalAssignments_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/principalAssignments/{principalAssignmentName}
  • Vorgang IdClusterPrincipalAssignments_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/principalAssignments/{principalAssignmentName}
  • Vorgang IdClusterPrincipalAssignments_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<KustoClusterPrincipalAssignmentResource>.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<KustoClusterPrincipalAssignmentResource>.GetEnumerator()

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

Gilt für: