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>
public class ApplicationRemoteDebuggingContent
type ApplicationRemoteDebuggingContent = class
    interface IJsonModel<ApplicationRemoteDebuggingContent>
    interface IPersistableModel<ApplicationRemoteDebuggingContent>
type ApplicationRemoteDebuggingContent = class
Public Class ApplicationRemoteDebuggingContent
Implements IJsonModel(Of ApplicationRemoteDebuggingContent), IPersistableModel(Of ApplicationRemoteDebuggingContent)
Public Class ApplicationRemoteDebuggingContent
Inheritance
ApplicationRemoteDebuggingContent
Implements

Constructors

ApplicationRemoteDebuggingContent()

Initializes a new instance of ApplicationRemoteDebuggingContent.

Properties

Port

Application debugging port.

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 Utf8JsonWriter.

IPersistableModel<ApplicationRemoteDebuggingContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided 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 BinaryData.

Applies to