GatewayOperationsExtensions.UpdateLocalNetworkGatewayAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> UpdateLocalNetworkGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters parameters);
static member UpdateLocalNetworkGatewayAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * Microsoft.WindowsAzure.Management.Network.Models.UpdateLocalNetworkGatewayParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function UpdateLocalNetworkGatewayAsync (operations As IGatewayOperations, gatewayId As String, parameters As UpdateLocalNetworkGatewayParameters) As Task(Of 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
Task<Microsoft.Azure.AzureOperationResponse>
A standard service response including an HTTP status code and request ID.