次の方法で共有


JobStepsOperationsExtensions.ListByJob メソッド

定義

ジョブの現在のバージョンのすべてのジョブ ステップを取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobStep> ListByJob (this Microsoft.Azure.Management.Sql.IJobStepsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName);
static member ListByJob : Microsoft.Azure.Management.Sql.IJobStepsOperations * string * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.JobStep>
<Extension()>
Public Function ListByJob (operations As IJobStepsOperations, resourceGroupName As String, serverName As String, jobAgentName As String, jobName As String) As IPage(Of JobStep)

パラメーター

operations
IJobStepsOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

jobAgentName
String

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

jobName
String

取得するジョブの名前。

戻り値

適用対象