NetworkOperationsExtensions.BeginSettingConfiguration Method (INetworkOperations, NetworkSetConfigurationParameters)
The Begin Setting Network Configuration operation asynchronously configures the virtual network. (see https://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)
Syntax
public static AzureOperationResponse BeginSettingConfiguration(
this INetworkOperations operations,
NetworkSetConfigurationParameters parameters
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ BeginSettingConfiguration(
INetworkOperations^ operations,
NetworkSetConfigurationParameters^ parameters
)
static member BeginSettingConfiguration :
operations:INetworkOperations *
parameters:NetworkSetConfigurationParameters -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function BeginSettingConfiguration (
operations As INetworkOperations,
parameters As NetworkSetConfigurationParameters
) As AzureOperationResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Network.INetworkOperationsReference to the Microsoft.WindowsAzure.Management.Network.INetworkOperations.
parameters
Type: Microsoft.WindowsAzure.Management.Network.Models.NetworkSetConfigurationParametersRequired. Parameters supplied to the Set Network Configuration operation.
Return Value
Type: Microsoft.Azure.AzureOperationResponse
A standard service response including an HTTP status code and request ID.
See Also
NetworkOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top