Freigeben über


SynapseClusterPrincipalAssignmentCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren SynapseClusterPrincipalAssignmentResource Vorgänge darstellt. Jedes SynapseClusterPrincipalAssignmentResource in der Auflistung gehört zum gleichen instance von SynapseKustoPoolResource. Um eine SynapseClusterPrincipalAssignmentCollection instance rufen Sie die GetSynapseClusterPrincipalAssignments-Methode aus einer instance von aufSynapseKustoPoolResource.

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

Konstruktoren

SynapseClusterPrincipalAssignmentCollection()

Initialisiert eine neue instance der -Klasse für die SynapseClusterPrincipalAssignmentCollection 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, SynapseClusterPrincipalAssignmentData, CancellationToken)

Erstellen Sie einen Kusto-Pool principalAssignment.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/principalAssignments/{principalAssignmentName}
  • Vorgangs-IdKustoPoolPrincipalAssignments_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SynapseClusterPrincipalAssignmentData, CancellationToken)

Erstellen Sie einen Kusto-Pool principalAssignment.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/principalAssignments/{principalAssignmentName}
  • Vorgangs-IdKustoPoolPrincipalAssignments_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/principalAssignments/{principalAssignmentName}
  • Vorgangs-IdKustoPoolPrincipalAssignments_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/principalAssignments/{principalAssignmentName}
  • Vorgangs-IdKustoPoolPrincipalAssignments_Get
Get(String, CancellationToken)

Ruft einen Kusto-Pool principalAssignment ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/principalAssignments/{principalAssignmentName}
  • Vorgangs-IdKustoPoolPrincipalAssignments_Get
GetAll(CancellationToken)

Listet alle PrincipalAssignments des Kusto-Pools auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/principalAssignments
  • Vorgangs-IdKustoPoolPrincipalAssignments_List
GetAllAsync(CancellationToken)

Listet alle PrincipalAssignments des Kusto-Pools auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/principalAssignments
  • Vorgangs-IdKustoPoolPrincipalAssignments_List
GetAsync(String, CancellationToken)

Ruft einen Kusto-Pool principalAssignment ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/principalAssignments/{principalAssignmentName}
  • Vorgangs-IdKustoPoolPrincipalAssignments_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<SynapseClusterPrincipalAssignmentResource>.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<SynapseClusterPrincipalAssignmentResource>.GetEnumerator()

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

Gilt für: