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() | |
NetworkAccessControlEntry(Nullable<AccessControlEntryAction>, String, Nullable<Int32>, String) |
NetworkAccessControlEntry()
public NetworkAccessControlEntry ();
Public Sub New ()
Applies to
NetworkAccessControlEntry(Nullable<AccessControlEntryAction>, String, Nullable<Int32>, String)
public NetworkAccessControlEntry (Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AccessControlEntryAction? action = default, string description = default, int? order = default, string remoteSubnet = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.NetworkAccessControlEntry : Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AccessControlEntryAction> * string * Nullable<int> * string -> Microsoft.Azure.Management.WebSites.Version2016_09_01.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>
- description
- String
- remoteSubnet
- String