ConnectionOperationsExtensions.Update Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mettre à jour une connexion. (voir http://aka.ms/azureautomationsdk/connectionoperations pour plus d’informations)
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
Paramètres
- operations
- IConnectionOperations
Référence à Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.
- automationAccount
- String
Obligatoire. Nom du compte Automation.
- parameters
- ConnectionUpdateParameters
Obligatoire. Paramètres fournis à l’opération de mise à jour d’une connexion.
Retours
Réponse de service standard comprenant un code de status HTTP et un ID de requête.
S’applique à
Azure SDK for .NET