GatewayOperationsExtensions.BeginUpdateGatewayConnectionAsync 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.
Opération de mise à jour de la connexion de passerelle existante.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginUpdateGatewayConnectionAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId, Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters parameters);
static member BeginUpdateGatewayConnectionAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string * Microsoft.WindowsAzure.Management.Network.Models.UpdateGatewayConnectionParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>
<Extension()>
Public Function BeginUpdateGatewayConnectionAsync (operations As IGatewayOperations, gatewayId As String, connectedentityId As String, parameters As UpdateGatewayConnectionParameters) As Task(Of GatewayOperationResponse)
Paramètres
- operations
- IGatewayOperations
Référence à Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
- gatewayId
- String
Obligatoire. ID de passerelle de réseau virtuel.
- connectedentityId
- String
Obligatoire. ID d’entité connectée.
- parameters
- UpdateGatewayConnectionParameters
Obligatoire. Paramètres fournis à l’opération conneciton de la passerelle Begin Update.
Retours
Réponse de service standard comprenant un code de status HTTP et un ID de requête.
S’applique à
Azure SDK for .NET