Share via


TroubleshooterContinueContent Class

Definition

Troubleshooter ContinueRequest body.

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

Constructors

TroubleshooterContinueContent()

Initializes a new instance of TroubleshooterContinueContent.

Properties

Responses

Gets the responses.

StepId

Unique id of the result.

Explicit Interface Implementations

IJsonModel<TroubleshooterContinueContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TroubleshooterContinueContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TroubleshooterContinueContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TroubleshooterContinueContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TroubleshooterContinueContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to