IWithApplicationRuleProtocol<ParentT>.WithHttpProtocol メソッド

定義

Azure ファイアウォールのファイアウォール規則の Http プロトコルを設定します。

public ParentT WithHttpProtocol (int? port = default);
abstract member WithHttpProtocol : Nullable<int> -> 'ParentT
Public Function WithHttpProtocol (Optional port As Nullable(Of Integer) = Nothing) As ParentT

パラメーター

port
Nullable<Int32>

port の値。

戻り値

ParentT

適用対象