CredentialOperationsExtensions.Update 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 AzureOperationResponse
returnValue = CredentialOperationsExtensions.Update(operations, automationAccount, parameters)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function Update ( _
operations As ICredentialOperations, _
automationAccount As String, _
parameters As CredentialUpdateParameters _
) As AzureOperationResponse
[ExtensionAttribute]
public static AzureOperationResponse Update (
ICredentialOperations operations,
string automationAccount,
CredentialUpdateParameters parameters
)
[ExtensionAttribute]
public:
static AzureOperationResponse^ Update (
ICredentialOperations^ operations,
String^ automationAccount,
CredentialUpdateParameters^ parameters
)
/** @attribute ExtensionAttribute() */
public static AzureOperationResponse Update (
ICredentialOperations operations,
String automationAccount,
CredentialUpdateParameters parameters
)
ExtensionAttribute
public static function Update (
operations : ICredentialOperations,
automationAccount : String,
parameters : CredentialUpdateParameters
) : 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