ConsoleProperties 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.
ConsoleProperties represents the properties of the virtual machine console.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ConsolePropertiesTypeConverter))]
public class ConsoleProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IConsoleProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ConsolePropertiesTypeConverter))>]
type ConsoleProperties = class
interface IConsoleProperties
interface IJsonSerializable
Public Class ConsoleProperties
Implements IConsoleProperties
- Inheritance
-
ConsoleProperties
- Attributes
- Implements
Constructors
ConsoleProperties() |
Creates an new ConsoleProperties instance. |
Properties
DetailedStatus |
The more detailed status of the console. |
DetailedStatusMessage |
The descriptive message about the current detailed status. |
Enabled |
The indicator of whether the console access is enabled. |
Expiration |
The date and time after which the key will be disallowed access. |
PrivateLinkServiceId |
The resource ID of the private link service that is used to provide virtual machine console access. |
ProvisioningState |
The provisioning state of the virtual machine console. |
SshPublicKeyData |
The SSH public key data. |
VirtualMachineAccessId |
The unique identifier for the virtual machine that is used to access the console. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConsoleProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConsoleProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IConsoleProperties. |
FromJsonString(String) |
Creates a new instance of ConsoleProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConsoleProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |