LoadBalancerCreationRequestHealthCheckNotification Property
|
Receive Notification if machine is down.
Namespace:
Aruba.Cloud.Provisioning.Entities.LoadBalancer
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public bool HealthCheckNotification { get; set; }
<DataMemberAttribute>
Public Property HealthCheckNotification As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool HealthCheckNotification {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member HealthCheckNotification : bool with get, set
function get HealthCheckNotification () : boolean
function set HealthCheckNotification (value : boolean)
Property Value
Type:
Boolean
See Also