GatewayDiagnosticsStatus.DiagnosticsUrl Property
Optional. The url where the diagnostics data can be found.
Namespace: Microsoft.WindowsAzure.Management.Network.Models
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public string DiagnosticsUrl { get; set; }
public:
property String^ DiagnosticsUrl {
String^ get();
void set(String^ value);
}
member DiagnosticsUrl : string with get, set
Public Property DiagnosticsUrl As String
Property Value
Type: System.String
See Also
GatewayDiagnosticsStatus Class
Microsoft.WindowsAzure.Management.Network.Models Namespace
Return to top