DeploymentsOperationsExtensions.UpdateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Opération de mise à jour d’un déploiement sortant.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource> UpdateAsync (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 UpdateAsync : 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 UpdateAsync (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)
Paramètres
- operations
- IDeploymentsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.
- serviceName
- String
Nom de la ressource service.
- appName
- String
Nom de la ressource d’application.
- deploymentName
- String
Nom de la ressource De déploiement.
- deploymentResource
- DeploymentResource
Paramètres de l’opération de mise à jour
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET