Freigeben über


DeploymentsOperationsExtensions.BeginUpdateAsync Methode

Definition

Vorgang zum Aktualisieren einer beendenden Bereitstellung.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource> BeginUpdateAsync (this Microsoft.Azure.Management.AppPlatform.IDeploymentsOperations operations, string resourceGroupName, string serviceName, string appName, string deploymentName, Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource deploymentResource, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.AppPlatform.IDeploymentsOperations * string * string * string * string * Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource>
<Extension()>
Public Function BeginUpdateAsync (operations As IDeploymentsOperations, resourceGroupName As String, serviceName As String, appName As String, deploymentName As String, deploymentResource As DeploymentResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeploymentResource)

Parameter

operations
IDeploymentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serviceName
String

Der Name der Dienstressource.

appName
String

Der Name der App-Ressource.

deploymentName
String

Der Name der Bereitstellungsressource.

deploymentResource
DeploymentResource

Parameter für den Updatevorgang

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: