共用方式為


CredentialOperationsExtensions.Update 方法

定義

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

參數

operations
ICredentialOperations

這個擴充方法的作業群組。

resourceGroupName
String

Azure 資源群組的名稱。

automationAccountName
String

自動化帳戶的名稱。

credentialName
String

提供給更新認證作業的參數。

parameters
CredentialUpdateParameters

提供給更新認證作業的參數。

傳回

適用於