Freigeben über


SynapseAttachedDatabaseConfigurationCollection Klasse

Definition

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

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

Konstruktoren

SynapseAttachedDatabaseConfigurationCollection()

Initialisiert eine neue instance der SynapseAttachedDatabaseConfigurationCollection -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, SynapseAttachedDatabaseConfigurationData, CancellationToken)

Erstellt oder aktualisiert eine angefügte Datenbankkonfiguration.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}
  • Vorgang IdKustoPoolAttachedDatabaseConfigurations_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SynapseAttachedDatabaseConfigurationData, CancellationToken)

Erstellt oder aktualisiert eine angefügte Datenbankkonfiguration.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}
  • Vorgang IdKustoPoolAttachedDatabaseConfigurations_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}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}
  • Vorgang IdKustoPoolAttachedDatabaseConfigurations_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}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}
  • Vorgang IdKustoPoolAttachedDatabaseConfigurations_Get
Get(String, CancellationToken)

Gibt eine angefügte Datenbankkonfiguration zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}
  • Vorgang IdKustoPoolAttachedDatabaseConfigurations_Get
GetAll(CancellationToken)

Gibt die Liste der angefügten Datenbankkonfigurationen des angegebenen Kusto-Pools zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/attachedDatabaseConfigurations
  • Vorgang IdKustoPoolAttachedDatabaseConfigurations_ListByKustoPool
GetAllAsync(CancellationToken)

Gibt die Liste der angefügten Datenbankkonfigurationen des angegebenen Kusto-Pools zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/attachedDatabaseConfigurations
  • Vorgang IdKustoPoolAttachedDatabaseConfigurations_ListByKustoPool
GetAsync(String, CancellationToken)

Gibt eine angefügte Datenbankkonfiguration zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}
  • Vorgang IdKustoPoolAttachedDatabaseConfigurations_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<SynapseAttachedDatabaseConfigurationResource>.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<SynapseAttachedDatabaseConfigurationResource>.GetEnumerator()

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

Gilt für: