Freigeben über


IConsoleProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ConsolePropertiesTypeConverter))]
public interface IConsoleProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ConsolePropertiesTypeConverter))>]
type IConsoleProperties = interface
    interface IJsonSerializable
Public Interface IConsoleProperties
Implements IJsonSerializable
Derived
Attributes
Implements

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to