NetworkOperationsExtensions.BeginSettingConfigurationAsync Method (INetworkOperations, NetworkSetConfigurationParameters)

 

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)

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

<ExtensionAttribute>
Public Shared Function BeginSettingConfigurationAsync (
	operations As INetworkOperations,
	parameters As NetworkSetConfigurationParameters
) As Task(Of AzureOperationResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Network.INetworkOperations

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

parameters
Type: Microsoft.WindowsAzure.Management.Network.Models.NetworkSetConfigurationParameters

Required. Parameters supplied to the Set Network Configuration operation.

Return Value

Type: System.Threading.Tasks.Task(Of AzureOperationResponse)

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

Return to top
Show: