RemoteSupportNodeSettings Class

Definition

Remote Support Node Settings of the cluster.

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

Properties

ArcResourceId

Arc ResourceId of the Node.

ConnectionErrorMessage

Remote Support Access Connection Error Message on the Node.

ConnectionStatus

Remote Support Access Connection Status on the Node.

CreatedOn

Remote Support Enablement Request Created TimeStamp on the Node.

State

Remote Support Access Connection State on the Node.

TranscriptLocation

Remote Support Transcript location on the node.

UpdatedOn

Remote Support Enablement Request Updated TimeStamp on the Node.

Explicit Interface Implementations

IJsonModel<RemoteSupportNodeSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RemoteSupportNodeSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RemoteSupportNodeSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RemoteSupportNodeSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RemoteSupportNodeSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to