Sdílet prostřednictvím


IWithApplicationRuleProtocol<ParentT>.WithHttpProtocol Method

Definition

Sets the Http protocol of firewall rule in Azure firewall.

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

Parameters

port
Nullable<Int32>

The value of port.

Returns

ParentT

Applies to