Freigeben über


KustoAttachedDatabaseConfigurationCollection Klasse

Definition

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

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

Konstruktoren

KustoAttachedDatabaseConfigurationCollection()

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

Erstellt oder aktualisiert eine angefügte Datenbankkonfiguration.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}
  • Vorgangs-IdAttachedDatabaseConfigurations_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, KustoAttachedDatabaseConfigurationData, CancellationToken)

Erstellt oder aktualisiert eine angefügte Datenbankkonfiguration.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}
  • Vorgangs-IdAttachedDatabaseConfigurations_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}
  • Vorgangs-IdAttachedDatabaseConfigurations_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}
  • Vorgangs-IdAttachedDatabaseConfigurations_Get
Get(String, CancellationToken)

Gibt eine angefügte Datenbankkonfiguration zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}
  • Vorgangs-IdAttachedDatabaseConfigurations_Get
GetAll(CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/attachedDatabaseConfigurations
  • Vorgangs-IdAttachedDatabaseConfigurations_ListByCluster
GetAllAsync(CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/attachedDatabaseConfigurations
  • Vorgangs-IdAttachedDatabaseConfigurations_ListByCluster
GetAsync(String, CancellationToken)

Gibt eine angefügte Datenbankkonfiguration zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}
  • Vorgangs-IdAttachedDatabaseConfigurations_Get
GetIfExists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}
  • Vorgangs-IdAttachedDatabaseConfigurations_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/attachedDatabaseConfigurations/{attachedDatabaseConfigurationName}
  • Vorgangs-IdAttachedDatabaseConfigurations_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<KustoAttachedDatabaseConfigurationResource>.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<KustoAttachedDatabaseConfigurationResource>.GetEnumerator()

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

Gilt für: