NetworkAccessControlEntry Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- remoteSubnet
- String
Remote subnet.
Applies to
Azure SDK for .NET