次の方法で共有


IWithPremiumAttach<ParentT>.WithHttpAllowed(Boolean) メソッド

定義

HTTP トラフィックを許可するかどうかを指定します。

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)

パラメーター

httpAllowed
Boolean

true の場合、HTTP トラフィックが許可されます。

戻り値

適用対象