共用方式為


NetworkOperationsExtensions.BeginSettingConfigurationAsync Method

Definition

The Begin Setting Network Configuration operation asynchronously configures the virtual network. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx for more information)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginSettingConfigurationAsync (this Microsoft.WindowsAzure.Management.Network.INetworkOperations operations, Microsoft.WindowsAzure.Management.Network.Models.NetworkSetConfigurationParameters parameters);
static member BeginSettingConfigurationAsync : Microsoft.WindowsAzure.Management.Network.INetworkOperations * Microsoft.WindowsAzure.Management.Network.Models.NetworkSetConfigurationParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function BeginSettingConfigurationAsync (operations As INetworkOperations, parameters As NetworkSetConfigurationParameters) As Task(Of AzureOperationResponse)

Parameters

operations
INetworkOperations

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

parameters
NetworkSetConfigurationParameters

Required. Parameters supplied to the Set Network Configuration operation.

Returns

Task<Microsoft.Azure.AzureOperationResponse>

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

Applies to