Freigeben über


AppPlatformBuildCollection Klasse

Definition

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

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

Konstruktoren

AppPlatformBuildCollection()

Initialisiert eine neue instance der AppPlatformBuildCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der 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

CreateOrUpdate(WaitUntil, String, AppPlatformBuildData, CancellationToken)

Erstellen oder Aktualisieren eines KPack-Builds.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}
  • Vorgang IdBuildService_CreateOrUpdateBuild
CreateOrUpdateAsync(WaitUntil, String, AppPlatformBuildData, CancellationToken)

Erstellen oder Aktualisieren eines KPack-Builds.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}
  • Vorgang IdBuildService_CreateOrUpdateBuild
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}
  • Vorgang IdBuildService_GetBuild
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}
  • Vorgang IdBuildService_GetBuild
Get(String, CancellationToken)

Rufen Sie einen KPack-Build ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}
  • Vorgang IdBuildService_GetBuild
GetAll(CancellationToken)

Listen Sie KPack-Builds auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds
  • Vorgang IdBuildService_ListBuilds
GetAllAsync(CancellationToken)

Listen Sie KPack-Builds auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds
  • Vorgang IdBuildService_ListBuilds
GetAsync(String, CancellationToken)

Rufen Sie einen KPack-Build ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/builds/{buildName}
  • Vorgang IdBuildService_GetBuild
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<AppPlatformBuildResource>.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<AppPlatformBuildResource>.GetEnumerator()

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

Gilt für: