RemoteSupportNodeSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Remote Support Node Settings of the cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.RemoteSupportNodeSettingsTypeConverter))]
public class RemoteSupportNodeSettings : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IRemoteSupportNodeSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.RemoteSupportNodeSettingsTypeConverter))>]
type RemoteSupportNodeSettings = class
interface IRemoteSupportNodeSettings
interface IJsonSerializable
Public Class RemoteSupportNodeSettings
Implements IRemoteSupportNodeSettings
- Inheritance
-
RemoteSupportNodeSettings
- Attributes
- Implements
Constructors
RemoteSupportNodeSettings() |
Creates an new RemoteSupportNodeSettings instance. |
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 |
CreatedAt |
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 |
UpdatedAt |
Remote Support Enablement Request Updated TimeStamp on the Node |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RemoteSupportNodeSettings. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RemoteSupportNodeSettings. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IRemoteSupportNodeSettings. |
FromJsonString(String) |
Creates a new instance of RemoteSupportNodeSettings, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RemoteSupportNodeSettings into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |