OutboundRuleData 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.
Compatibility declaration for the OutboundRuleData type.
public class OutboundRuleData : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.OutboundRuleData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.OutboundRuleData>
type OutboundRuleData = class
inherit NetworkResourceData
interface IJsonModel<OutboundRuleData>
interface IPersistableModel<OutboundRuleData>
Public Class OutboundRuleData
Inherits NetworkResourceData
Implements IJsonModel(Of OutboundRuleData), IPersistableModel(Of OutboundRuleData)
- Inheritance
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| OutboundRuleData() |
Initializes a new instance of OutboundRuleData. |
Properties
| Name | Description |
|---|---|
| AllocatedOutboundPorts |
The number of outbound ports to be used for NAT. |
| BackendAddressPoolId |
Resource ID. |
| EnableTcpReset |
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 |
A unique read-only string that changes whenever the resource is updated. |
| FrontendIPConfigurations |
Gets or sets the FrontendIPConfigurations compatibility property. |
| Id |
Resource ID. (Inherited from NetworkResourceData) |
| IdleTimeoutInMinutes |
The timeout for the TCP idle connection. |
| Name |
Name of the resource. (Inherited from NetworkResourceData) |
| Protocol |
The protocol for the outbound rule in load balancer. |
| ProvisioningState |
The provisioning state of the outbound rule resource. |
| ResourceType |
Compatibility member. (Inherited from NetworkResourceData) |
| Type |
Resource type. (Inherited from NetworkResourceData) |