Share via


IWithPremiumAttach<ParentT>.WithHttpAllowed(Boolean) Method

Definition

Specifies if HTTP traffic is allowed.

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

Parameters

httpAllowed
Boolean

If true, then HTTP traffic will be allowed.

Returns

Applies to