Freigeben über


AppPlatformBuildServiceAgentPoolCollection.CreateOrUpdate Methode

Definition

Erstellen oder aktualisieren Sie den Builddienst-Agent-Pool.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/agentPools/{agentPoolName}
  • Vorgang IdBuildServiceAgentPool_UpdatePut
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceAgentPoolResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string agentPoolName, Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceAgentPoolData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceAgentPoolData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceAgentPoolResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceAgentPoolData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformBuildServiceAgentPoolResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, agentPoolName As String, data As AppPlatformBuildServiceAgentPoolData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of AppPlatformBuildServiceAgentPoolResource)

Parameter

waitUntil
WaitUntil

Completed , wenn die Methode auf die Rückgabe warten soll, bis der lange ausgeführte Vorgang für den Dienst abgeschlossen ist; Started , wenn es nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführung finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.

agentPoolName
String

Der Name der Builddienst-Agent-Poolressource.

data
AppPlatformBuildServiceAgentPoolData

Parameter für den Aktualisierungsvorgang.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

agentPoolName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

agentPoolName oder data ist NULL.

Gilt für: