Udostępnij za pośrednictwem


OutboundRuleInner Constructors

Definition

Overloads

OutboundRuleInner()

Initializes a new instance of the OutboundRuleInner class.

OutboundRuleInner(IList<SubResource>, SubResource, LoadBalancerOutboundRuleProtocol, String, Nullable<Int32>, ProvisioningState, Nullable<Boolean>, Nullable<Int32>, String, String, String)

Initializes a new instance of the OutboundRuleInner class.

OutboundRuleInner()

Initializes a new instance of the OutboundRuleInner class.

public OutboundRuleInner ();
Public Sub New ()

Applies to

OutboundRuleInner(IList<SubResource>, SubResource, LoadBalancerOutboundRuleProtocol, String, Nullable<Int32>, ProvisioningState, Nullable<Boolean>, Nullable<Int32>, String, String, String)

Initializes a new instance of the OutboundRuleInner class.

public OutboundRuleInner (System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> frontendIPConfigurations, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource backendAddressPool, Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancerOutboundRuleProtocol protocol, string id = default, int? allocatedOutboundPorts = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, bool? enableTcpReset = default, int? idleTimeoutInMinutes = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.OutboundRuleInner : System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.LoadBalancerOutboundRuleProtocol * string * Nullable<int> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * Nullable<bool> * Nullable<int> * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.OutboundRuleInner
Public Sub New (frontendIPConfigurations As IList(Of SubResource), backendAddressPool As SubResource, protocol As LoadBalancerOutboundRuleProtocol, Optional id As String = Nothing, Optional allocatedOutboundPorts As Nullable(Of Integer) = Nothing, Optional provisioningState As ProvisioningState = 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
LoadBalancerOutboundRuleProtocol

The protocol for the outbound rule in load balancer. Possible values include: 'Tcp', 'Udp', 'All'

id
String
allocatedOutboundPorts
Nullable<Int32>

The number of outbound ports to be used for NAT.

provisioningState
ProvisioningState

The provisioning state of the outbound rule resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

enableTcpReset
Nullable<Boolean>

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.

idleTimeoutInMinutes
Nullable<Int32>

The timeout for the TCP idle connection.

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.

Applies to