GatewayListConnectionsResponse.GatewayConnection.ConnectivityState Property

 

Optional. The connection state of the site. You can set the connection state to Connected, Connecting, or NotConnected.

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

Syntax

public GatewayConnectivityState ConnectivityState { get; set; }
public:
property GatewayConnectivityState ConnectivityState {
    GatewayConnectivityState get();
    void set(GatewayConnectivityState value);
}
member ConnectivityState : GatewayConnectivityState with get, set
Public Property ConnectivityState As GatewayConnectivityState

Property Value

Type: Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectivityState

See Also

GatewayListConnectionsResponse.GatewayConnection Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top