Sdílet prostřednictvím


IWithApplicationRuleProtocol<ParentT>.WithMssqlProtocol Method

Definition

Sets the Mssql protocol of firewall rule in Azure firewall.

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

Parameters

port
Nullable<Int32>

The value of port.

Returns

ParentT

Applies to