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

ConsolePatchProperties Class

Definition

ConsolePatchProperties represents the properties of the virtual machine console that can be patched.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ConsolePatchPropertiesTypeConverter))]
public class ConsolePatchProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IConsolePatchProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ConsolePatchPropertiesTypeConverter))>]
type ConsolePatchProperties = class
    interface IConsolePatchProperties
    interface IJsonSerializable
Public Class ConsolePatchProperties
Implements IConsolePatchProperties
Inheritance
ConsolePatchProperties
Attributes
Implements

Constructors

ConsolePatchProperties()

Creates an new ConsolePatchProperties instance.

Properties

Enabled

The indicator of whether the console access is enabled.

Expiration

The date and time after which the key will be disallowed access.

SshPublicKeyData

The SSH public key data.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConsolePatchProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConsolePatchProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IConsolePatchProperties.

FromJsonString(String)

Creates a new instance of ConsolePatchProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConsolePatchProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to