Partager via


AppPlatformSupportedStackCollection Classe

Définition

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

public class AppPlatformSupportedStackCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.AppPlatform.AppPlatformSupportedStackResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.AppPlatformSupportedStackResource>
type AppPlatformSupportedStackCollection = class
    inherit ArmCollection
    interface seq<AppPlatformSupportedStackResource>
    interface IEnumerable
    interface IAsyncEnumerable<AppPlatformSupportedStackResource>
Public Class AppPlatformSupportedStackCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of AppPlatformSupportedStackResource), IEnumerable(Of AppPlatformSupportedStackResource)
Héritage
AppPlatformSupportedStackCollection
Implémente

Constructeurs

AppPlatformSupportedStackCollection()

Initialise une nouvelle instance de la AppPlatformSupportedStackCollection classe pour les moqueries.

Propriétés

Client

Obtient le ArmClient client de ressource à partir duquel il 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 ressources.

(Hérité de ArmCollection)

Méthodes

Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedStacks/{stackName}
  • IdBuildService_GetSupportedStack d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedStacks/{stackName}
  • IdBuildService_GetSupportedStack d’opération
Get(String, CancellationToken)

Obtenez la ressource de pile prise en charge.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedStacks/{stackName}
  • IdBuildService_GetSupportedStack d’opération
GetAll(CancellationToken)

Obtenez toutes les piles prises en charge.

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

Obtenez toutes les piles prises en charge.

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

Obtenez la ressource de pile prise en charge.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedStacks/{stackName}
  • IdBuildService_GetSupportedStack d’opération
TryGetApiVersion(ResourceType, String)

Obtient la substitution de version de l’API si elle a été définie pour les options clientes actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<AppPlatformSupportedStackResource>.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<AppPlatformSupportedStackResource>.GetEnumerator()

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

S’applique à