Sdílet prostřednictvím


LoadBalancerBackendAddress.AdminState Property

Definition

Gets or sets a list of administrative states which once set can override health probe so that Load Balancer will always forward new connections to backend, or deny new connections and reset existing connections. Possible values include: 'None', 'Up', 'Down', 'Drain'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.adminState")]
public string AdminState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.adminState")>]
member this.AdminState : string with get, set
Public Property AdminState As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to