ConnectionOperationsExtensions.Update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update a connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)
public static Microsoft.Azure.AzureOperationResponse Update (this Microsoft.WindowsAzure.Management.Automation.IConnectionOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateParameters parameters);
static member Update : Microsoft.WindowsAzure.Management.Automation.IConnectionOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.ConnectionUpdateParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Update (operations As IConnectionOperations, automationAccount As String, parameters As ConnectionUpdateParameters) As AzureOperationResponse
Parameters
- operations
- IConnectionOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.
- automationAccount
- String
Required. The automation account name.
- parameters
- ConnectionUpdateParameters
Required. The parameters supplied to the update a connection operation.
Returns
Microsoft.Azure.AzureOperationResponse
A standard service response including an HTTP status code and request ID.