Freigeben über


AppPlatformConfigurationServiceCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren AppPlatformConfigurationServiceResource Vorgänge darstellt. Jedes AppPlatformConfigurationServiceResource in der Auflistung gehört zum gleichen instance von AppPlatformServiceResource. Um einen AppPlatformConfigurationServiceCollection instance rufen Sie die GetAppPlatformConfigurationServices-Methode aus einer instance von aufAppPlatformServiceResource.

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

Konstruktoren

AppPlatformConfigurationServiceCollection()

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

Erstellen Sie den Standardanwendungskonfigurationsdienst, oder aktualisieren Sie den vorhandenen Anwendungskonfigurationsdienst.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configurationServices/{configurationServiceName}
  • Vorgangs-IdConfigurationServices_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, AppPlatformConfigurationServiceData, CancellationToken)

Erstellen Sie den Standardanwendungskonfigurationsdienst, oder aktualisieren Sie den vorhandenen Anwendungskonfigurationsdienst.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configurationServices/{configurationServiceName}
  • Vorgangs-IdConfigurationServices_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configurationServices/{configurationServiceName}
  • Vorgangs-IdConfigurationServices_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configurationServices/{configurationServiceName}
  • Vorgangs-IdConfigurationServices_Get
Get(String, CancellationToken)

Rufen Sie den Anwendungskonfigurationsdienst und seine Eigenschaften ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configurationServices/{configurationServiceName}
  • Vorgangs-IdConfigurationServices_Get
GetAll(CancellationToken)

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Dienst.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configurationServices
  • Vorgangs-IdConfigurationServices_List
GetAllAsync(CancellationToken)

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Dienst.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configurationServices
  • Vorgangs-IdConfigurationServices_List
GetAsync(String, CancellationToken)

Rufen Sie den Anwendungskonfigurationsdienst und seine Eigenschaften ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configurationServices/{configurationServiceName}
  • Vorgangs-IdConfigurationServices_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<AppPlatformConfigurationServiceResource>.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<AppPlatformConfigurationServiceResource>.GetEnumerator()

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

Gilt für: