Share via


NetworkListResponse.VirtualNetworkSite.State Property

 

Optional. Current status of the virtual network. (Created, Creating, Updating, Deleting, or Unavailable.)

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

Syntax

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

Property Value

Type: System.String

See Also

NetworkListResponse.VirtualNetworkSite Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top