你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IConsoleProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ConsolePropertiesTypeConverter))]
public interface IConsoleProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.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