RampUpRule.ActionHostName Property

Definition

Gets or sets hostname of a slot to which the traffic will be redirected if decided to. E.g. myapp-stage.azurewebsites.net.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to