IUpdateStandardEndpoint.WithHttpsAllowed(Boolean) Method

Definition

Specifies if HTTPS traffic is allowed.

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

Parameters

httpsAllowed
Boolean

If true then HTTPS traffic will be allowed.

Returns

Applies to