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

NetworkAccessControlEntry 构造函数

定义

重载

NetworkAccessControlEntry()

初始化 NetworkAccessControlEntry 类的新实例。

NetworkAccessControlEntry(Nullable<AccessControlEntryAction>, String, Nullable<Int32>, String)

初始化 NetworkAccessControlEntry 类的新实例。

NetworkAccessControlEntry()

初始化 NetworkAccessControlEntry 类的新实例。

public NetworkAccessControlEntry ();
Public Sub New ()

适用于

NetworkAccessControlEntry(Nullable<AccessControlEntryAction>, String, Nullable<Int32>, String)

初始化 NetworkAccessControlEntry 类的新实例。

public NetworkAccessControlEntry (Microsoft.Azure.Management.AppService.Fluent.Models.AccessControlEntryAction? action = default, string description = default, int? order = default, string remoteSubnet = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.NetworkAccessControlEntry : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.AccessControlEntryAction> * string * Nullable<int> * string -> Microsoft.Azure.Management.AppService.Fluent.Models.NetworkAccessControlEntry
Public Sub New (Optional action As Nullable(Of AccessControlEntryAction) = Nothing, Optional description As String = Nothing, Optional order As Nullable(Of Integer) = Nothing, Optional remoteSubnet As String = Nothing)

参数

action
Nullable<AccessControlEntryAction>

操作对象。 可能的值包括:“Permit”、“Deny”

description
String

网络访问控制项的说明。

order
Nullable<Int32>

优先级顺序。

remoteSubnet
String

远程子网。

适用于