Share via


RemoteSupportContent Class

Definition

Remote Support Request.

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

Constructors

RemoteSupportContent()

Initializes a new instance of RemoteSupportContent.

Properties

Properties

Properties for Remote Support Request.

Explicit Interface Implementations

IJsonModel<RemoteSupportContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RemoteSupportContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RemoteSupportContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RemoteSupportContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RemoteSupportContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to