JobAgentsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

ジョブ エージェントを作成または更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.JobAgent> CreateOrUpdateAsync (this Microsoft.Azure.Management.Sql.IJobAgentsOperations operations, string resourceGroupName, string serverName, string jobAgentName, Microsoft.Azure.Management.Sql.Models.JobAgent parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Sql.IJobAgentsOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.JobAgent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.JobAgent>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IJobAgentsOperations, resourceGroupName As String, serverName As String, jobAgentName As String, parameters As JobAgent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobAgent)

パラメーター

operations
IJobAgentsOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

jobAgentName
String

作成または更新するジョブ エージェントの名前。

parameters
JobAgent

要求されたジョブ エージェントリソースの状態。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象