你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithApplicationRuleProtocol<ParentT>.WithMssqlProtocol 方法

定义

在 Azure 防火墙中设置防火墙规则的 Mssql 协议。

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

参数

port
Nullable<Int32>

端口的值。

返回

ParentT

适用于