NetworkOperationsExtensions.BeginSettingConfiguration 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 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 Microsoft.Azure.AzureOperationResponse BeginSettingConfiguration (this Microsoft.WindowsAzure.Management.Network.INetworkOperations operations, Microsoft.WindowsAzure.Management.Network.Models.NetworkSetConfigurationParameters parameters);
static member BeginSettingConfiguration : Microsoft.WindowsAzure.Management.Network.INetworkOperations * Microsoft.WindowsAzure.Management.Network.Models.NetworkSetConfigurationParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function BeginSettingConfiguration (operations As INetworkOperations, parameters As NetworkSetConfigurationParameters) As AzureOperationResponse
Parameters
- operations
- INetworkOperations
Reference to the Microsoft.WindowsAzure.Management.Network.INetworkOperations.
- parameters
- NetworkSetConfigurationParameters
Required. Parameters supplied to the Set Network Configuration operation.
Returns
Microsoft.Azure.AzureOperationResponse
A standard service response including an HTTP status code and request ID.