Share via


ApplicationRemoteDebuggingContent Class

Definition

Remote debugging payload.

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

Constructors

ApplicationRemoteDebuggingContent()

Initializes a new instance of ApplicationRemoteDebuggingContent.

Properties

Port

Application debugging port.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ApplicationRemoteDebuggingContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationRemoteDebuggingContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided System.Text.Json.Utf8JsonWriter.

IPersistableModel<ApplicationRemoteDebuggingContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

IPersistableModel<ApplicationRemoteDebuggingContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationRemoteDebuggingContent>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Applies to