Share via


FrontEndConfiguration.Kind Property

Definition

Gets or sets possible values include: 'NodePort', 'LoadBalancer'

[Newtonsoft.Json.JsonProperty(PropertyName="kind")]
public Microsoft.Azure.Management.WebSites.Models.FrontEndServiceType? Kind { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="kind")>]
member this.Kind : Nullable<Microsoft.Azure.Management.WebSites.Models.FrontEndServiceType> with get, set
Public Property Kind As Nullable(Of FrontEndServiceType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to