OutboundRuleData Class

Definition

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
OutboundRuleData
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

IJsonModel<NetworkResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from NetworkResourceData)
IJsonModel<NetworkResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkResourceData)
IJsonModel<OutboundRuleData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<OutboundRuleData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkResourceData)
IPersistableModel<NetworkResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkResourceData)
IPersistableModel<NetworkResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkResourceData)
IPersistableModel<OutboundRuleData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OutboundRuleData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<OutboundRuleData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to