你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TroubleshooterStepInput Class

Definition

Details of step input.

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

Properties

QuestionContent

User question content.

QuestionContentType

Default is Text.

QuestionId

Use Index as QuestionId.

QuestionTitle

Question title.

QuestionType

Type of Question.

RecommendedOption

Result of Automate step.

ResponseHint

Place holder text for response hints.

ResponseOptions

Gets the response options.

ResponseValidationProperties

Troubleshooter step input response validation properties.

SelectedOptionValue

Text of response that was selected.

Explicit Interface Implementations

IJsonModel<TroubleshooterStepInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TroubleshooterStepInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TroubleshooterStepInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TroubleshooterStepInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TroubleshooterStepInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to