Freigeben über


AppPlatformSupportedBuildpackCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren AppPlatformSupportedBuildpackResource Vorgänge darstellt. Jedes AppPlatformSupportedBuildpackResource in der Auflistung gehört zum gleichen instance von AppPlatformBuildServiceResource. Um einen AppPlatformSupportedBuildpackCollection instance rufen Sie die GetAppPlatformSupportedBuildpacks-Methode aus einer instance von aufAppPlatformBuildServiceResource.

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

Konstruktoren

AppPlatformSupportedBuildpackCollection()

Initialisiert eine neue instance der -Klasse für die AppPlatformSupportedBuildpackCollection 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

Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks/{buildpackName}
  • Vorgangs-IdBuildService_GetSupportedBuildpack
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks/{buildpackName}
  • Vorgangs-IdBuildService_GetSupportedBuildpack
Get(String, CancellationToken)

Rufen Sie die unterstützte Buildpack-Ressource ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks/{buildpackName}
  • Vorgangs-IdBuildService_GetSupportedBuildpack
GetAll(CancellationToken)

Rufen Sie alle unterstützten Buildpacks ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks
  • Vorgangs-IdBuildService_ListSupportedBuildpacks
GetAllAsync(CancellationToken)

Rufen Sie alle unterstützten Buildpacks ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks
  • Vorgangs-IdBuildService_ListSupportedBuildpacks
GetAsync(String, CancellationToken)

Rufen Sie die unterstützte Buildpack-Ressource ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks/{buildpackName}
  • Vorgangs-IdBuildService_GetSupportedBuildpack
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<AppPlatformSupportedBuildpackResource>.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<AppPlatformSupportedBuildpackResource>.GetEnumerator()

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

Gilt für: