Freigeben über


AppPlatformBuildServiceCollection Klasse

Definition

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

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

Konstruktoren

AppPlatformBuildServiceCollection()

Initialisiert eine neue instance der -Klasse für die AppPlatformBuildServiceCollection 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}
  • Vorgangs-IdBuildService_GetBuildService
ExistsAsync(String, CancellationToken)

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

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

Rufen Sie eine Builddienstressource ab.

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

Auflisten der Builddienstressource.

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

Auflisten der Builddienstressource.

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

Rufen Sie eine Builddienstressource ab.

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

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

Gilt für: