Partager via


AppPlatformSupportedBuildpackCollection Classe

Définition

Classe représentant une collection de AppPlatformSupportedBuildpackResource et leurs opérations. Chacun AppPlatformSupportedBuildpackResource de la collection appartient au même instance de AppPlatformBuildServiceResource. Pour obtenir un AppPlatformSupportedBuildpackCollection instance appelez la méthode GetAppPlatformSupportedBuildpacks à partir d’un instance de AppPlatformBuildServiceResource.

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)
Héritage
AppPlatformSupportedBuildpackCollection
Implémente

Constructeurs

AppPlatformSupportedBuildpackCollection()

Initialise une nouvelle instance de la classe pour la AppPlatformSupportedBuildpackCollection simulation.

Propriétés

Client

Obtient le ArmClient à partir duquel ce client de ressource a été créé.

(Hérité de ArmCollection)
Diagnostics

Obtient les options de diagnostic pour ce client de ressources.

(Hérité de ArmCollection)
Endpoint

Obtient l’URI de base pour ce client de ressource.

(Hérité de ArmCollection)
Id

Obtient l’identificateur de ressource.

(Hérité de ArmCollection)
Pipeline

Obtient le pipeline pour ce client de ressource.

(Hérité de ArmCollection)

Méthodes

Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks/{buildpackName}
  • IdBuildService_GetSupportedBuildpack d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks/{buildpackName}
  • IdBuildService_GetSupportedBuildpack d’opération
Get(String, CancellationToken)

Obtenez la ressource buildpack prise en charge.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks/{buildpackName}
  • IdBuildService_GetSupportedBuildpack d’opération
GetAll(CancellationToken)

Obtenez tous les buildpacks pris en charge.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks
  • IdBuildService_ListSupportedBuildpacks d’opération
GetAllAsync(CancellationToken)

Obtenez tous les buildpacks pris en charge.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks
  • IdBuildService_ListSupportedBuildpacks d’opération
GetAsync(String, CancellationToken)

Obtenez la ressource buildpack prise en charge.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedBuildpacks/{buildpackName}
  • IdBuildService_GetSupportedBuildpack d’opération
TryGetApiVersion(ResourceType, String)

Obtient le remplacement de version de l’API s’il a été défini pour les options client actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<AppPlatformSupportedBuildpackResource>.GetAsyncEnumerator(CancellationToken)

Retourne un énumérateur qui boucle de façon asynchrone dans la collection.

IEnumerable.GetEnumerator()

Retourne un énumérateur qui itère au sein d’une collection.

IEnumerable<AppPlatformSupportedBuildpackResource>.GetEnumerator()

Retourne un énumérateur qui itère au sein de la collection.

S’applique à