ConsolePatchParameters 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.
ConsolePatchParameters represents the body of the request to patch the virtual machine console.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ConsolePatchParametersTypeConverter))]
public class ConsolePatchParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IConsolePatchParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.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 credentials used to login to the image repository that has access to the specified image. |
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.Api20230701.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() |