IWsCommonGetMaintenanceAlertSettings Method
|
Using the method of Aruba WsCommon, you can get information whether the Maintenance Alert banner should be shown
Namespace:
Aruba.Cloud.WsCommon
Assembly:
Aruba.Cloud.WsCommon (in Aruba.Cloud.WsCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[RBACAllowAttribute]
[OperationContractAttribute]
WsResult<string> GetMaintenanceAlertSettings()
<RBACAllowAttribute>
<OperationContractAttribute>
Function GetMaintenanceAlertSettings As WsResult(Of String)
[RBACAllowAttribute]
[OperationContractAttribute]
WsResult<String^>^ GetMaintenanceAlertSettings()
[<RBACAllowAttribute>]
[<OperationContractAttribute>]
abstract GetMaintenanceAlertSettings : unit -> WsResult<string>
function GetMaintenanceAlertSettings() : WsResult<String>
Return Value
Type:
WsResultString
See Also