Sdílet prostřednictvím


ApplicationProperties.HttpsEndpoints Property

Definition

Gets or sets the list of application HTTPS endpoints.

[Newtonsoft.Json.JsonProperty(PropertyName="httpsEndpoints")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.ApplicationGetHttpsEndpoint> HttpsEndpoints { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="httpsEndpoints")>]
member this.HttpsEndpoints : System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.ApplicationGetHttpsEndpoint> with get, set
Public Property HttpsEndpoints As IList(Of ApplicationGetHttpsEndpoint)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to