GatewayOperationsExtensions.BeginResize 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.
L’opération Commencer le redimensionnement de la passerelle de réseau virtuel redimensionne une passerelle existante en une autre référence GatewaySKU.
public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginResize (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName, Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters parameters);
static member BeginResize : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.ResizeGatewayParameters -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse
<Extension()>
Public Function BeginResize (operations As IGatewayOperations, networkName As String, parameters As ResizeGatewayParameters) As GatewayOperationResponse
Paramètres
- operations
- IGatewayOperations
Référence à Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
- networkName
- String
Obligatoire. Nom du réseau virtuel pour cette passerelle.
- parameters
- ResizeGatewayParameters
Obligatoire. Paramètres fournis à l’opération Begin Resize Réseau virtuel Gateway.
Retours
Réponse de service standard comprenant un code de status HTTP et un ID de requête.
S’applique à
Azure SDK for .NET