次の方法で共有


JobCredentialsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

ジョブ資格情報を作成または更新します。

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

パラメーター

operations
IJobCredentialsOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

jobAgentName
String

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

credentialName
String

資格情報の名前。

parameters
JobCredential

要求されたジョブ資格情報の状態。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象