次の方法で共有


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>

Action オブジェクト。 使用可能な値は次のとおりです: 'Permit'、'Deny'

description
String

ネットワーク アクセス制御エントリの説明。

order
Nullable<Int32>

優先順位。

remoteSubnet
String

リモート サブネット。

適用対象