JobOperationsExtensions.UpdateState 메서드 (IJobOperations, String, JobUpdateStateParameters)
작업의 상태를 업데이트 합니다.
네임스페이스: Microsoft.WindowsAzure.Scheduler
어셈블리: Microsoft.WindowsAzure.Management.Scheduler.dll의 Microsoft.WindowsAzure.Management.Scheduler
구문
public static JobUpdateStateResponse UpdateState(
this IJobOperations operations,
string jobId,
JobUpdateStateParameters parameters
)
public:
[ExtensionAttribute]
static JobUpdateStateResponse^ UpdateState(
IJobOperations^ operations,
String^ jobId,
JobUpdateStateParameters^ parameters
)
static member UpdateState :
operations:IJobOperations *
jobId:string *
parameters:JobUpdateStateParameters -> JobUpdateStateResponse
<ExtensionAttribute>
Public Shared Function UpdateState (
operations As IJobOperations,
jobId As String,
parameters As JobUpdateStateParameters
) As JobUpdateStateResponse
매개 변수
operations
Type: Microsoft.WindowsAzure.Scheduler.IJobOperationsMicrosoft.WindowsAzure.Scheduler.IJobOperations에 대 한 참조입니다.
jobId
Type: System.String필수 사항입니다. 업데이트 작업의 id입니다.
parameters
Type: Microsoft.WindowsAzure.Scheduler.Models.JobUpdateStateParameters필수 사항입니다. 작업 상태 업데이트 작업에 제공 된 매개 변수입니다.
반환 값
Type: Microsoft.WindowsAzure.Scheduler.Models.JobUpdateStateResponse
작업 상태 업데이트 작업에 대 한 응답입니다.
참고 항목
JobOperationsExtensions 클래스
Microsoft.WindowsAzure.Scheduler 네임스페이스
맨 위로 이동