次の方法で共有


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

定義

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

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

パラメーター

httpsAllowed
Boolean

true に設定すると、Https トラフィックが許可されます。

戻り値

適用対象