Share via


IWithApplicationRuleProtocol<ParentT>.WithHttpsProtocol Method

Definition

Sets the Https protocol of firewall rule in Azure firewall.

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

Parameters

port
Nullable<Int32>

The value of port.

Returns

ParentT

Applies to