IPForwardingSetParameters 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
IPForwardingSetParameters() |
Initializes a new instance of the IPForwardingSetParameters class. |
IPForwardingSetParameters(String) |
Initializes a new instance of the IPForwardingSetParameters class with required arguments. |
IPForwardingSetParameters()
Initializes a new instance of the IPForwardingSetParameters class.
public IPForwardingSetParameters ();
Public Sub New ()
Applies to
IPForwardingSetParameters(String)
Initializes a new instance of the IPForwardingSetParameters class with required arguments.
public IPForwardingSetParameters (string state);
new Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters : string -> Microsoft.WindowsAzure.Management.Network.Models.IPForwardingSetParameters
Public Sub New (state As String)
Parameters
- state
- String