Share via


NetworkGetConfigurationResponse Constructor (String)

 

Initializes a new instance of the NetworkGetConfigurationResponse class with required arguments.

Namespace:   Microsoft.WindowsAzure.Management.Network.Models
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Syntax

public NetworkGetConfigurationResponse(
    string configuration
)
public:
NetworkGetConfigurationResponse(
    String^ configuration
)
new : 
        configuration:string -> NetworkGetConfigurationResponse
Public Sub New (
    configuration As String
)

See Also

NetworkGetConfigurationResponse Overload
NetworkGetConfigurationResponse Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top