Share via


IUpdateStandardEndpoint.WithHttpAllowed(Boolean) Method

Definition

Specifies if HTTP traffic is allowed.

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

Parameters

httpAllowed
Boolean

If true then HTTP traffic will be allowed.

Returns

Applies to