共用方式為


GatewayOperationsExtensions.UpdateLocalNetworkGatewayAsync Method

Definition

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.

Applies to