NetworkOperationsExtensions.BeginSettingConfiguration 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)
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
<ExtensionAttribute> Public Shared Function BeginSettingConfiguration ( operations As INetworkOperations, parameters As NetworkSetConfigurationParameters ) As 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: Microsoft.Azure.AzureOperationResponseA standard service response including an HTTP status code and request ID.
Show: