NetworkGetConfigurationResponse.Configuration Property

 

Required. The network configuration for this subscription.

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

Syntax

public string Configuration { get; set; }
public:
property String^ Configuration {
    String^ get();
    void set(String^ value);
}
member Configuration : string with get, set
Public Property Configuration As String

Property Value

Type: System.String

See Also

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

Return to top