INetworkOperations::GetConfigurationAsync Method (CancellationToken)
The Get Network Configuration operation retrieves the network configuration file for the given subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Task<NetworkGetConfigurationResponse^>^ GetConfigurationAsync( CancellationToken cancellationToken )
Parameters
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<NetworkGetConfigurationResponse^>^The Get Network Configuration operation response.
Show: