RoutePropertiesFormat 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
| Name | Description |
|---|---|
| RoutePropertiesFormat() |
Initializes a new instance of the RoutePropertiesFormat class. |
| RoutePropertiesFormat(String, String, String, String) |
Initializes a new instance of the RoutePropertiesFormat class. |
RoutePropertiesFormat()
Initializes a new instance of the RoutePropertiesFormat class.
public RoutePropertiesFormat();
Public Sub New ()
Applies to
RoutePropertiesFormat(String, String, String, String)
Initializes a new instance of the RoutePropertiesFormat class.
public RoutePropertiesFormat(string nextHopType, string addressPrefix = default, string nextHopIPAddress = default, string provisioningState = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.RoutePropertiesFormat : string * string * string * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.RoutePropertiesFormat
Public Sub New (nextHopType As String, Optional addressPrefix As String = Nothing, Optional nextHopIPAddress As String = Nothing, Optional provisioningState As String = Nothing)
Parameters
- nextHopType
- String
The type of Azure hop the packet should be sent to. Possible values include: 'VirtualNetworkGateway', 'VnetLocal', 'Internet', 'VirtualAppliance', 'None'
- addressPrefix
- String
The destination CIDR to which the route applies.
- nextHopIPAddress
- String
The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
- provisioningState
- String
The provisioning state of the route resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'