Udostępnij za pośrednictwem


GatewayOperationsExtensions.UpdateLocalNetworkGateway Method

Definition

The Update Local Network Gateway operation updates a local network gateway

public static Microsoft.Azure.AzureOperationResponse UpdateLocalNetworkGateway (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters parameters);
static member UpdateLocalNetworkGateway : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function UpdateLocalNetworkGateway (operations As IGatewayOperations, gatewayId As String, parameters As UpdateLocalNetworkGatewayParameters) As AzureOperationResponse

Parameters

operations
IGatewayOperations

Reference to the Microsoft.WindowsAzure.Management.Network.IGatewayOperations.

gatewayId
String

Required. The virtual network for this gateway.

parameters
UpdateLocalNetworkGatewayParameters

Required. Parameters supplied to update the Local Network Gateway operation.

Returns

Microsoft.Azure.AzureOperationResponse

A standard service response including an HTTP status code and request ID.

Applies to