OperationStatusAutoGenerated 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.
Defines the operation status.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.OperationStatusAutoGeneratedTypeConverter))]
public class OperationStatusAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IOperationStatusAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.OperationStatusAutoGeneratedTypeConverter))>]
type OperationStatusAutoGenerated = class
interface IOperationStatusAutoGenerated
interface IJsonSerializable
Public Class OperationStatusAutoGenerated
Implements IOperationStatusAutoGenerated
- Inheritance
-
OperationStatusAutoGenerated
- Attributes
- Implements
Constructors
OperationStatusAutoGenerated() |
Creates an new OperationStatusAutoGenerated instance. |
Properties
EndTime |
Gets or sets the end time. |
Id |
Gets or sets the Id. |
Name |
Gets or sets the operation name. |
StartTime |
Gets or sets the start time. |
Status |
Gets or sets the status of the operation. ARM expects the terminal status to be one of Succeeded/ Failed/ Canceled. All other values imply that the operation is still running. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OperationStatusAutoGenerated. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OperationStatusAutoGenerated. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IOperationStatusAutoGenerated. |
FromJsonString(String) |
Creates a new instance of OperationStatusAutoGenerated, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OperationStatusAutoGenerated into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |