IWithStandardAttach<ParentT>.WithHttpsAllowed(Boolean) Method

Definition

Specifies if HTTPS traffic is allowed.

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

Parameters

httpsAllowed
Boolean

If true then HTTPS traffic will be allowed.

Returns

Applies to