Freigeben über


AppPlatformBuildServiceAgentPoolCollection Klasse

Definition

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

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

Konstruktoren

AppPlatformBuildServiceAgentPoolCollection()

Initialisiert eine neue instance der -Klasse für die AppPlatformBuildServiceAgentPoolCollection 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

CreateOrUpdate(WaitUntil, String, AppPlatformBuildServiceAgentPoolData, CancellationToken)

Erstellen oder Aktualisieren des Builddienst-Agent-Pools.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/agentPools/{agentPoolName}
  • Vorgangs-IdBuildServiceAgentPool_UpdatePut
CreateOrUpdateAsync(WaitUntil, String, AppPlatformBuildServiceAgentPoolData, CancellationToken)

Erstellen oder Aktualisieren des Builddienst-Agent-Pools.

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

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

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

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

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

Rufen Sie den Builddienst-Agent-Pool ab.

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

Auflisten des Builddienst-Agent-Pools.

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

Auflisten des Builddienst-Agent-Pools.

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

Rufen Sie den Builddienst-Agent-Pool ab.

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

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

Gilt für: