次の方法で共有


JobAgentsOperationsExtensions.Get メソッド

定義

ジョブ エージェントを取得します。

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

パラメーター

operations
IJobAgentsOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

jobAgentName
String

取得するジョブ エージェントの名前。

戻り値

適用対象