Freigeben über


PostgreSqlConfigurationCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren PostgreSqlConfigurationResource Vorgänge darstellt. Jedes PostgreSqlConfigurationResource in der Auflistung gehört zum gleichen instance von PostgreSqlServerResource. Um eine PostgreSqlConfigurationCollection instance rufen Sie die GetPostgreSqlConfigurations-Methode aus einer instance von aufPostgreSqlServerResource.

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

Konstruktoren

PostgreSqlConfigurationCollection()

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

Updates eine Konfiguration eines Servers.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/configurations/{configurationName}
  • Vorgangs-IdConfigurations_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, PostgreSqlConfigurationData, CancellationToken)

Updates eine Konfiguration eines Servers.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/configurations/{configurationName}
  • Vorgangs-IdConfigurations_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/configurations/{configurationName}
  • Vorgangs-IdConfigurations_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/configurations/{configurationName}
  • Vorgangs-IdConfigurations_Get
Get(String, CancellationToken)

Ruft Informationen zu einer Serverkonfiguration ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/configurations/{configurationName}
  • Vorgangs-IdConfigurations_Get
GetAll(CancellationToken)

Listet alle Konfigurationen auf einem bestimmten Server auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/configurations
  • Vorgangs-IdConfigurations_ListByServer
GetAllAsync(CancellationToken)

Listet alle Konfigurationen auf einem bestimmten Server auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/configurations
  • Vorgangs-IdConfigurations_ListByServer
GetAsync(String, CancellationToken)

Ruft Informationen zu einer Serverkonfiguration ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/configurations/{configurationName}
  • Vorgangs-IdConfigurations_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<PostgreSqlConfigurationResource>.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<PostgreSqlConfigurationResource>.GetEnumerator()

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

Gilt für: