Condividi tramite


EndpointInner.IsHttpsAllowed Proprietà

Definizione

Ottiene o imposta indica se il traffico HTTPS è consentito nell'endpoint. Il valore predefinito è true. È necessario consentire almeno un protocollo (HTTP o HTTPS).

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isHttpsAllowed")]
public bool? IsHttpsAllowed { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isHttpsAllowed")>]
member this.IsHttpsAllowed : Nullable<bool> with get, set
Public Property IsHttpsAllowed As Nullable(Of Boolean)

Valore della proprietà

Attributi
Newtonsoft.Json.JsonPropertyAttribute

Si applica a