Share via


IWithPremiumAttach<ParentT>.WithHttpsAllowed(Boolean) Method

Definition

Specifies if HTTPS traffic is allowed.

public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Definition.IWithPremiumAttach<ParentT> WithHttpsAllowed (bool httpsAllowed);
abstract member WithHttpsAllowed : bool -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Definition.IWithPremiumAttach<'ParentT>
Public Function WithHttpsAllowed (httpsAllowed As Boolean) As IWithPremiumAttach(Of ParentT)

Parameters

httpsAllowed
Boolean

If true then HTTPS traffic will be allowed.

Returns

Applies to