PatchSettingsStatus 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.
Status of the hotpatch capability enrollment or disenrollment.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.PatchSettingsStatusTypeConverter))]
public class PatchSettingsStatus : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPatchSettingsStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.PatchSettingsStatusTypeConverter))>]
type PatchSettingsStatus = class
interface IPatchSettingsStatus
interface IJsonSerializable
Public Class PatchSettingsStatus
Implements IPatchSettingsStatus
- Inheritance
-
PatchSettingsStatus
- Attributes
- Implements
Constructors
PatchSettingsStatus() |
Creates an new PatchSettingsStatus instance. |
Properties
AdditionalInfo |
The error additional info. |
Code |
The error code. |
Detail |
The error details. |
HotpatchEnablementStatus |
Indicates the current status of the hotpatch being enabled or disabled. |
Message |
The error message. |
Target |
The error target. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PatchSettingsStatus. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PatchSettingsStatus. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPatchSettingsStatus. |
FromJsonString(String) |
Creates a new instance of PatchSettingsStatus, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PatchSettingsStatus into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |