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

ConsolePatchParameters Class

Definition

ConsolePatchParameters represents the body of the request to patch the virtual machine console.

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

Constructors

ConsolePatchParameters()

Creates an new ConsolePatchParameters 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.

Tag

The Azure resource tags that will replace the existing ones.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConsolePatchParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConsolePatchParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConsolePatchParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to