NetworkAccessControlEntry Constructors

Definition

Overloads

NetworkAccessControlEntry()

Initializes a new instance of the NetworkAccessControlEntry class.

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

Initializes a new instance of the NetworkAccessControlEntry class.

NetworkAccessControlEntry()

Initializes a new instance of the NetworkAccessControlEntry class.

public NetworkAccessControlEntry ();
Public Sub New ()

Applies to

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

Initializes a new instance of the NetworkAccessControlEntry class.

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)

Parameters

action
Nullable<AccessControlEntryAction>

Action object. Possible values include: 'Permit', 'Deny'

description
String

Description of network access control entry.

order
Nullable<Int32>

Order of precedence.

remoteSubnet
String

Remote subnet.

Applies to