NetworkOperationsExtensions.GetConfiguration Method (INetworkOperations)
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
public static NetworkGetConfigurationResponse GetConfiguration(
this INetworkOperations operations
)
public:
[ExtensionAttribute]
static NetworkGetConfigurationResponse^ GetConfiguration(
INetworkOperations^ operations
)
static member GetConfiguration :
operations:INetworkOperations -> NetworkGetConfigurationResponse
<ExtensionAttribute>
Public Shared Function GetConfiguration (
operations As INetworkOperations
) As NetworkGetConfigurationResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Network.INetworkOperationsReference to the Microsoft.WindowsAzure.Management.Network.INetworkOperations.
Return Value
Type: Microsoft.WindowsAzure.Management.Network.Models.NetworkGetConfigurationResponse
The Get Network Configuration operation response.
See Also
NetworkOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top