Freigeben über


AppPlatformSupportedStackCollection Klasse

Definition

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

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)
Vererbung
AppPlatformSupportedStackCollection
Implementiert

Konstruktoren

AppPlatformSupportedStackCollection()

Initialisiert eine neue instance der -Klasse für die AppPlatformSupportedStackCollection 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}/supportedStacks/{stackName}
  • Vorgangs-IdBuildService_GetSupportedStack
ExistsAsync(String, CancellationToken)

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

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

Rufen Sie die unterstützte Stapelressource ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedStacks/{stackName}
  • Vorgangs-IdBuildService_GetSupportedStack
GetAll(CancellationToken)

Rufen Sie alle unterstützten Stapel ab.

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

Rufen Sie alle unterstützten Stapel ab.

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

Rufen Sie die unterstützte Stapelressource ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedStacks/{stackName}
  • Vorgangs-IdBuildService_GetSupportedStack
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<AppPlatformSupportedStackResource>.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<AppPlatformSupportedStackResource>.GetEnumerator()

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

Gilt für: