Share via


NetworkOperationsExtensions.BeginSettingConfigurationAsync 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 Task<AzureOperationResponse> BeginSettingConfigurationAsync(
    this INetworkOperations operations,
    NetworkSetConfigurationParameters parameters
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ BeginSettingConfigurationAsync(
    INetworkOperations^ operations,
    NetworkSetConfigurationParameters^ parameters
)
static member BeginSettingConfigurationAsync : 
        operations:INetworkOperations *
        parameters:NetworkSetConfigurationParameters -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function BeginSettingConfigurationAsync (
    operations As INetworkOperations,
    parameters As NetworkSetConfigurationParameters
) As Task(Of AzureOperationResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<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