OutboundRule 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
OutboundRule() |
Initializes a new instance of the OutboundRule class. |
OutboundRule(IList<SubResource>, SubResource, String, String, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Int32>, String, String, String) |
Initializes a new instance of the OutboundRule class. |
OutboundRule()
Initializes a new instance of the OutboundRule class.
public OutboundRule ();
Public Sub New ()
Applies to
OutboundRule(IList<SubResource>, SubResource, String, String, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Int32>, String, String, String)
Initializes a new instance of the OutboundRule class.
public OutboundRule (System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource> frontendIPConfigurations, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource backendAddressPool, string protocol, string id = default, int? allocatedOutboundPorts = default, string provisioningState = default, bool? enableTcpReset = default, int? idleTimeoutInMinutes = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.OutboundRule : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource> * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource * string * string * Nullable<int> * string * Nullable<bool> * Nullable<int> * string * string * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.OutboundRule
Public Sub New (frontendIPConfigurations As IList(Of SubResource), backendAddressPool As SubResource, protocol As String, Optional id As String = Nothing, Optional allocatedOutboundPorts As Nullable(Of Integer) = Nothing, Optional provisioningState As String = Nothing, Optional enableTcpReset As Nullable(Of Boolean) = Nothing, Optional idleTimeoutInMinutes As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- frontendIPConfigurations
- IList<SubResource>
The Frontend IP addresses of the load balancer.
- backendAddressPool
- SubResource
A reference to a pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs.
- protocol
- String
The protocol for the outbound rule in load balancer. Possible values include: 'Tcp', 'Udp', 'All'
- id
- String
Resource ID.
- provisioningState
- String
The provisioning state of the outbound rule resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP.
- name
- String
The name of the resource that is unique within the set of outbound rules used by the load balancer. This name can be used to access the resource.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- type
- String
Type of the resource.