Share via


IEndpointUpdateParameters.IsHttpsAllowed Property

Definition

Indicates whether HTTPS traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed.

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="Indicates whether HTTPS traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isHttpsAllowed")]
public bool? IsHttpsAllowed { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Description="Indicates whether HTTPS traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isHttpsAllowed")>]
member this.IsHttpsAllowed : Nullable<bool> with get, set
Public Property IsHttpsAllowed As Nullable(Of Boolean)

Property Value

Attributes

Applies to