Delen via


ApplicationOperationsExtensions.Update Methode

Definitie

Updates instellingen voor de opgegeven toepassing.

public static Microsoft.Azure.Management.Batch.Models.Application Update(this Microsoft.Azure.Management.Batch.IApplicationOperations operations, string resourceGroupName, string accountName, string applicationName, Microsoft.Azure.Management.Batch.Models.Application parameters);
static member Update : Microsoft.Azure.Management.Batch.IApplicationOperations * string * string * string * Microsoft.Azure.Management.Batch.Models.Application -> Microsoft.Azure.Management.Batch.Models.Application
<Extension()>
Public Function Update (operations As IApplicationOperations, resourceGroupName As String, accountName As String, applicationName As String, parameters As Application) As Application

Parameters

operations
IApplicationOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

De naam van de resourcegroep die het Batch-account bevat.

accountName
String

De naam van het Batch-account.

applicationName
String

De naam van de toepassing. Dit moet uniek zijn binnen het account.

parameters
Application

De parameters voor de aanvraag.

Retouren

Van toepassing op