ContainerAppTcpSocketRequestInfo Class

Definition

TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported.

public class ContainerAppTcpSocketRequestInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.ContainerAppTcpSocketRequestInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.ContainerAppTcpSocketRequestInfo>
type ContainerAppTcpSocketRequestInfo = class
    interface IJsonModel<ContainerAppTcpSocketRequestInfo>
    interface IPersistableModel<ContainerAppTcpSocketRequestInfo>
Public Class ContainerAppTcpSocketRequestInfo
Implements IJsonModel(Of ContainerAppTcpSocketRequestInfo), IPersistableModel(Of ContainerAppTcpSocketRequestInfo)
Inheritance
ContainerAppTcpSocketRequestInfo
Implements

Constructors

ContainerAppTcpSocketRequestInfo(Int32)

Initializes a new instance of ContainerAppTcpSocketRequestInfo.

Properties

Host

Optional: Host name to connect to, defaults to the pod IP.

Port

Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppTcpSocketRequestInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppTcpSocketRequestInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppTcpSocketRequestInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppTcpSocketRequestInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppTcpSocketRequestInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to