Share via


GatewayDiagnosticsStatus.State Property

 

Optional. The current state of the gateway's diagnostics session.

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

Syntax

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

Property Value

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

See Also

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

Return to top