次の方法で共有


JobExecutionsOperationsExtensions.Create メソッド

定義

エラスティック ジョブの実行を開始します。

public static Microsoft.Azure.Management.Sql.Models.JobExecution Create (this Microsoft.Azure.Management.Sql.IJobExecutionsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName);
static member Create : Microsoft.Azure.Management.Sql.IJobExecutionsOperations * string * string * string * string -> Microsoft.Azure.Management.Sql.Models.JobExecution
<Extension()>
Public Function Create (operations As IJobExecutionsOperations, resourceGroupName As String, serverName As String, jobAgentName As String, jobName As String) As JobExecution

パラメーター

operations
IJobExecutionsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName
String

サーバーの名前。

jobAgentName
String

ジョブ エージェントの名前。

jobName
String

取得するジョブの名前。

戻り値

適用対象