ReadOperationStatusProperties 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.
Operation status associated with the last patch request
[System.ComponentModel.TypeConverter(typeof(ADT.Models.ReadOperationStatusPropertiesTypeConverter))]
public class ReadOperationStatusProperties : ADT.Models.IReadOperationStatusProperties
[<System.ComponentModel.TypeConverter(typeof(ADT.Models.ReadOperationStatusPropertiesTypeConverter))>]
type ReadOperationStatusProperties = class
interface IReadOperationStatusProperties
interface IJsonSerializable
Public Class ReadOperationStatusProperties
Implements IReadOperationStatusProperties
- Inheritance
-
ReadOperationStatusProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ReadOperationStatusProperties() |
Creates an new ReadOperationStatusProperties instance. |
Properties
| Name | Description |
|---|---|
| Id |
Operation status ID of the last patch request for this connection. |
| Message |
Message for the operation for the last patch request for this connection. |
| Status |
Operation status for the last patch request for this connection. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ReadOperationStatusProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ReadOperationStatusProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of ADT.Models.IReadOperationStatusProperties. |
| FromJsonString(String) |
Creates a new instance of ReadOperationStatusProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ReadOperationStatusProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |