Share via


IUpdatePremiumEndpoint.WithHttpAllowed(Boolean) Method

Definition

Specifies if HTTP traffic is allowed.

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

Parameters

httpAllowed
Boolean

If true then HTTP traffic will be allowed.

Returns

Applies to