Share via


AppInstanceTcpSocketAction Class

Definition

TCPSocketAction describes an action based on opening a socket.

public class AppInstanceTcpSocketAction : Azure.ResourceManager.AppPlatform.Models.AppInstanceProbeAction, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppInstanceTcpSocketAction>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppInstanceTcpSocketAction>
public class AppInstanceTcpSocketAction : Azure.ResourceManager.AppPlatform.Models.AppInstanceProbeAction
type AppInstanceTcpSocketAction = class
    inherit AppInstanceProbeAction
    interface IJsonModel<AppInstanceTcpSocketAction>
    interface IPersistableModel<AppInstanceTcpSocketAction>
type AppInstanceTcpSocketAction = class
    inherit AppInstanceProbeAction
Public Class AppInstanceTcpSocketAction
Inherits AppInstanceProbeAction
Implements IJsonModel(Of AppInstanceTcpSocketAction), IPersistableModel(Of AppInstanceTcpSocketAction)
Public Class AppInstanceTcpSocketAction
Inherits AppInstanceProbeAction
Inheritance
AppInstanceTcpSocketAction
Implements

Constructors

AppInstanceTcpSocketAction()

Initializes a new instance of AppInstanceTcpSocketAction.

Explicit Interface Implementations

IJsonModel<AppInstanceProbeAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from AppInstanceProbeAction)
IJsonModel<AppInstanceTcpSocketAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppInstanceTcpSocketAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppInstanceProbeAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from AppInstanceProbeAction)
IPersistableModel<AppInstanceTcpSocketAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppInstanceTcpSocketAction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppInstanceTcpSocketAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to