다음을 통해 공유


ApplicationOperationsExtensions.UpdateAsync 메서드

정의

지정된 애플리케이션에 대한 설정을 업데이트.

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)

매개 변수

operations
IApplicationOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

accountName
String

Batch 계정의 이름입니다.

applicationName
String

애플리케이션 이름입니다. 계정 내에서 고유해야 합니다.

parameters
Application

요청에 대한 매개 변수입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상