다음을 통해 공유


JobOperationsExtensions.UpdateStateAsync 메서드 (IJobOperations, String, JobUpdateStateParameters)

 

작업의 상태를 업데이트 합니다.

네임스페이스:   Microsoft.WindowsAzure.Scheduler
어셈블리:  Microsoft.WindowsAzure.Management.Scheduler.dll의 Microsoft.WindowsAzure.Management.Scheduler

구문

public static Task<JobUpdateStateResponse> UpdateStateAsync(
    this IJobOperations operations,
    string jobId,
    JobUpdateStateParameters parameters
)
public:
[ExtensionAttribute]
static Task<JobUpdateStateResponse^>^ UpdateStateAsync(
    IJobOperations^ operations,
    String^ jobId,
    JobUpdateStateParameters^ parameters
)
static member UpdateStateAsync : 
        operations:IJobOperations *
        jobId:string *
        parameters:JobUpdateStateParameters -> Task<JobUpdateStateResponse>
<ExtensionAttribute>
Public Shared Function UpdateStateAsync (
    operations As IJobOperations,
    jobId As String,
    parameters As JobUpdateStateParameters
) As Task(Of JobUpdateStateResponse)

매개 변수

  • jobId
    Type: System.String

    필수 사항입니다. 업데이트 작업의 id입니다.

반환 값

Type: System.Threading.Tasks.Task<JobUpdateStateResponse>

작업 상태 업데이트 작업에 대 한 응답입니다.

참고 항목

JobOperationsExtensions 클래스
Microsoft.WindowsAzure.Scheduler 네임스페이스

맨 위로 이동