Share via


RestartTroubleshooterResult Class

Definition

Troubleshooter restart response.

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

Properties

TroubleshooterResourceName

Updated TroubleshooterResource Name .

Explicit Interface Implementations

IJsonModel<RestartTroubleshooterResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RestartTroubleshooterResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RestartTroubleshooterResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RestartTroubleshooterResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RestartTroubleshooterResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to