ApplicationOperationsExtensions.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.
Mises à jour paramètres pour l’application spécifiée.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.Application> UpdateAsync (this Microsoft.Azure.Management.Batch.IApplicationOperations operations, string resourceGroupName, string accountName, string applicationName, Microsoft.Azure.Management.Batch.Models.Application parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Batch.IApplicationOperations * string * string * string * Microsoft.Azure.Management.Batch.Models.Application * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.Application>
<Extension()>
Public Function UpdateAsync (operations As IApplicationOperations, resourceGroupName As String, accountName As String, applicationName As String, parameters As Application, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Application)
Paramètres
- operations
- IApplicationOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources qui contient le compte Batch.
- accountName
- String
Le nom du compte Batch.
- applicationName
- String
Le nom de l’application. Il doit être unique au sein du compte.
- parameters
- Application
Paramètres de la demande.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET