IWithStandardAttach<ParentT>.WithHttpAllowed(Boolean) Method

Definition

Specifies if HTTP traffic is allowed.

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

Parameters

httpAllowed
Boolean

If true then HTTP traffic will be allowed.

Returns

Applies to