INetworkOperations.GetConfigurationAsync Method (CancellationToken)
The Get Network Configuration operation retrieves the network configuration file for the given subscription. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
Task<NetworkGetConfigurationResponse> GetConfigurationAsync(
CancellationToken cancellationToken
)
Task<NetworkGetConfigurationResponse^>^ GetConfigurationAsync(
CancellationToken cancellationToken
)
abstract GetConfigurationAsync :
cancellationToken:CancellationToken -> Task<NetworkGetConfigurationResponse>
Function GetConfigurationAsync (
cancellationToken As CancellationToken
) As Task(Of NetworkGetConfigurationResponse)
Parameters
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<NetworkGetConfigurationResponse>
The Get Network Configuration operation response.
See Also
INetworkOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace
Return to top