InboundNatPool 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
InboundNatPool() | |
InboundNatPool(String, Int32, Int32, Int32, String, SubResource, String, String, String) |
InboundNatPool()
public InboundNatPool ();
Public Sub New ()
Applies to
InboundNatPool(String, Int32, Int32, Int32, String, SubResource, String, String, String)
public InboundNatPool (string protocol, int frontendPortRangeStart, int frontendPortRangeEnd, int backendPort, string id = default, Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.SubResource frontendIPConfiguration = default, string provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.InboundNatPool : string * int * int * int * string * Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.SubResource * string * string * string -> Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.InboundNatPool
Public Sub New (protocol As String, frontendPortRangeStart As Integer, frontendPortRangeEnd As Integer, backendPort As Integer, Optional id As String = Nothing, Optional frontendIPConfiguration As SubResource = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)
Parameters
- protocol
- String
- frontendPortRangeStart
- Int32
- frontendPortRangeEnd
- Int32
- backendPort
- Int32
- id
- String
- frontendIPConfiguration
- SubResource
- provisioningState
- String
- name
- String
- etag
- String