次の方法で共有


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

定義

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

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

パラメーター

httpsAllowed
Boolean

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

戻り値

適用対象