次の方法で共有


CredentialOperationsExtensions.CreateOrUpdate メソッド

定義

オーバーロード

CreateOrUpdate(ICredentialOperations, String, String, CredentialCreateOrUpdateParameters)
CreateOrUpdate(ICredentialOperations, String, String, String, CredentialCreateOrUpdateParameters)

資格情報を作成します。 http://aka.ms/azureautomationsdk/credentialoperations

CreateOrUpdate(ICredentialOperations, String, String, CredentialCreateOrUpdateParameters)

public static Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateResponse CreateOrUpdate (this Microsoft.Azure.Management.Automation.ICredentialOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.ICredentialOperations * string * string * Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateResponse
<Extension()>
Public Function CreateOrUpdate (operations As ICredentialOperations, resourceGroupName As String, automationAccount As String, parameters As CredentialCreateOrUpdateParameters) As CredentialCreateOrUpdateResponse

パラメーター

resourceGroupName
String
automationAccount
String

戻り値

適用対象

CreateOrUpdate(ICredentialOperations, String, String, String, CredentialCreateOrUpdateParameters)

資格情報を作成します。 http://aka.ms/azureautomationsdk/credentialoperations

public static Microsoft.Azure.Management.Automation.Models.Credential CreateOrUpdate (this Microsoft.Azure.Management.Automation.ICredentialOperations operations, string resourceGroupName, string automationAccountName, string credentialName, Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.ICredentialOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.CredentialCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.Credential
<Extension()>
Public Function CreateOrUpdate (operations As ICredentialOperations, resourceGroupName As String, automationAccountName As String, credentialName As String, parameters As CredentialCreateOrUpdateParameters) As Credential

パラメーター

operations
ICredentialOperations

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

resourceGroupName
String

Azure リソース グループの名前。

automationAccountName
String

Automation アカウントの名前。

credentialName
String

資格情報の作成または更新操作に指定されたパラメーター。

parameters
CredentialCreateOrUpdateParameters

資格情報の作成または更新操作に指定されたパラメーター。

戻り値

適用対象