GatewayOperationsExtensions.UpdateLocalNetworkGateway 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.
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
A standard service response including an HTTP status code and request ID.
Applies to
Azure SDK for .NET