CredentialOperationsExtensions.UpdateAsync Method

Update a credential. (see https://aka.ms/azureautomationsdk/credentialoperations for more information)

Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Usage

'Usage
Dim operations As ICredentialOperations
Dim automationAccount As String
Dim parameters As CredentialUpdateParameters
Dim returnValue As Task(Of AzureOperationResponse)

returnValue = CredentialOperationsExtensions.UpdateAsync(operations, automationAccount, parameters)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function UpdateAsync ( _
    operations As ICredentialOperations, _
    automationAccount As String, _
    parameters As CredentialUpdateParameters _
) As Task(Of AzureOperationResponse)
[ExtensionAttribute] 
public static Task<AzureOperationResponse> UpdateAsync (
    ICredentialOperations operations,
    string automationAccount,
    CredentialUpdateParameters parameters
)
[ExtensionAttribute] 
public:
static Task<AzureOperationResponse^>^ UpdateAsync (
    ICredentialOperations^ operations, 
    String^ automationAccount, 
    CredentialUpdateParameters^ parameters
)
/** @attribute ExtensionAttribute() */ 
public static Task<AzureOperationResponse> UpdateAsync (
    ICredentialOperations operations, 
    String automationAccount, 
    CredentialUpdateParameters parameters
)
ExtensionAttribute 
public static function UpdateAsync (
    operations : ICredentialOperations, 
    automationAccount : String, 
    parameters : CredentialUpdateParameters
) : Task<AzureOperationResponse>

Parameters

  • operations
    Reference to the Microsoft.WindowsAzure.Management.Automation.ICredentialOperations.
  • automationAccount
    Required. The automation account name.
  • parameters
    Required. The parameters supplied to the update credential operation.

Return Value

A standard service response including an HTTP status code and request ID.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

CredentialOperationsExtensions Class
CredentialOperationsExtensions Members
Microsoft.WindowsAzure.Management.Automation Namespace