Share via


IUpdatePremiumEndpoint.WithHttpsAllowed(Boolean) Method

Definition

Specifies if HTTPS traffic is allowed.

public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdatePremiumEndpoint.IUpdatePremiumEndpoint WithHttpsAllowed (bool httpsAllowed);
abstract member WithHttpsAllowed : bool -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdatePremiumEndpoint.IUpdatePremiumEndpoint
Public Function WithHttpsAllowed (httpsAllowed As Boolean) As IUpdatePremiumEndpoint

Parameters

httpsAllowed
Boolean

If true then HTTPS traffic will be allowed.

Returns

Applies to