次の方法で共有


ContinuousWebJobOperationsExtensions.StartAsync メソッド

定義

継続的な Web ジョブを開始します。

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> StartAsync (this Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations operations, string jobName);
static member StartAsync : Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function StartAsync (operations As IContinuousWebJobOperations, jobName As String) As Task(Of AzureOperationResponse)

パラメーター

operations
IContinuousWebJobOperations

Microsoft.WindowsAzure.WebSitesExtensions.IContinuousWebJobOperations への参照。

jobName
String

必須。 Web ジョブ名。

戻り値

Task<Microsoft.Azure.AzureOperationResponse>

HTTP 状態コードと要求 ID を含む標準のサービス応答。

適用対象