OutboundRule Class
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.
Outbound rule of the load balancer.
[Microsoft.Rest.Serialization.JsonTransformation]
public class OutboundRule : Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type OutboundRule = class
inherit SubResource
Public Class OutboundRule
Inherits SubResource
- Inheritance
- Attributes
Constructors
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. |
Properties
AllocatedOutboundPorts |
Gets or sets the number of outbound ports to be used for NAT. |
BackendAddressPool |
Gets or sets a reference to a pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs. |
EnableTcpReset |
Gets or sets 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. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
FrontendIPConfigurations |
Gets or sets the Frontend IP addresses of the load balancer. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
IdleTimeoutInMinutes |
Gets or sets the timeout for the TCP idle connection. |
Name |
Gets or sets 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. |
Protocol |
Gets or sets the protocol for the outbound rule in load balancer. Possible values include: 'Tcp', 'Udp', 'All' |
ProvisioningState |
Gets the provisioning state of the outbound rule resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Type |
Gets type of the resource. |
Methods
Validate() |
Validate the object. |