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

EndpointAccessProfile 构造函数

定义

重载

EndpointAccessProfile()

初始化 EndpointAccessProfile 类的新实例。

EndpointAccessProfile(EndpointAccessDefaultAction, IList<IPRule>)

初始化 EndpointAccessProfile 类的新实例。

EndpointAccessProfile()

初始化 EndpointAccessProfile 类的新实例。

public EndpointAccessProfile ();
Public Sub New ()

适用于

EndpointAccessProfile(EndpointAccessDefaultAction, IList<IPRule>)

初始化 EndpointAccessProfile 类的新实例。

public EndpointAccessProfile (Microsoft.Azure.Management.Batch.Models.EndpointAccessDefaultAction defaultAction, System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.IPRule> ipRules = default);
new Microsoft.Azure.Management.Batch.Models.EndpointAccessProfile : Microsoft.Azure.Management.Batch.Models.EndpointAccessDefaultAction * System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.IPRule> -> Microsoft.Azure.Management.Batch.Models.EndpointAccessProfile
Public Sub New (defaultAction As EndpointAccessDefaultAction, Optional ipRules As IList(Of IPRule) = Nothing)

参数

defaultAction
EndpointAccessDefaultAction

未匹配 IPRule 时的默认操作。

ipRules
IList<IPRule>

用于筛选客户端 IP 地址的 IP 范围的数组。

适用于