次の方法で共有


JobAgentsOperationsExtensions.BeginUpdate メソッド

定義

ジョブ エージェントを更新します。

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

パラメーター

operations
IJobAgentsOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

jobAgentName
String

更新するジョブ エージェントの名前。

parameters
JobAgentUpdate

ジョブ エージェントの更新。

戻り値

適用対象