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.
A class representing the OutboundRule data model. Outbound rule of the load balancer.
public class OutboundRuleData : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.OutboundRuleData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.OutboundRuleData>
public class OutboundRuleData : Azure.ResourceManager.Network.Models.NetworkResourceData
type OutboundRuleData = class
inherit NetworkResourceData
interface IJsonModel<OutboundRuleData>
interface IPersistableModel<OutboundRuleData>
type OutboundRuleData = class
inherit NetworkResourceData
Public Class OutboundRuleData
Inherits NetworkResourceData
Implements IJsonModel(Of OutboundRuleData), IPersistableModel(Of OutboundRuleData)
Public Class OutboundRuleData
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
OutboundRuleData() |
Initializes a new instance of OutboundRuleData. |
Properties
AllocatedOutboundPorts |
The number of outbound ports to be used for NAT. |
BackendAddressPoolId |
Gets or sets 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 |
The Frontend IP addresses of the load balancer. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
IdleTimeoutInMinutes |
The timeout for the TCP idle connection. |
Name |
Resource name. (Inherited from NetworkResourceData) |
Protocol |
The protocol for the outbound rule in load balancer. |
ProvisioningState |
The provisioning state of the outbound rule resource. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET