UpdateGroupStatus 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.
The status of a UpdateGroup.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.UpdateGroupStatusTypeConverter))]
public class UpdateGroupStatus : Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IUpdateGroupStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.UpdateGroupStatusTypeConverter))>]
type UpdateGroupStatus = class
interface IUpdateGroupStatus
interface IJsonSerializable
Public Class UpdateGroupStatus
Implements IUpdateGroupStatus
- Inheritance
-
UpdateGroupStatus
- Attributes
- Implements
Constructors
UpdateGroupStatus() |
Creates an new UpdateGroupStatus instance. |
Properties
AdditionalInfo |
The error additional info. |
Code |
The error code. |
Detail |
The error details. |
Member |
The list of member this UpdateGroup updates. |
Message |
The error message. |
Name |
The name of the UpdateGroup. |
StatusCompletedTime |
The time the operation or group was completed. |
StatusStartTime |
The time the operation or group was started. |
StatusState |
The State of the operation or group. |
Target |
The error target. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UpdateGroupStatus. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UpdateGroupStatus. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Fleet.Models.IUpdateGroupStatus. |
FromJsonString(String) |
Creates a new instance of UpdateGroupStatus, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UpdateGroupStatus into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |