AsyncOperationStatus 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 current status of an async operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.AsyncOperationStatusTypeConverter))]
public class AsyncOperationStatus : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IAsyncOperationStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.AsyncOperationStatusTypeConverter))>]
type AsyncOperationStatus = class
interface IAsyncOperationStatus
interface IJsonSerializable
Public Class AsyncOperationStatus
Implements IAsyncOperationStatus
- Inheritance
-
AsyncOperationStatus
- Attributes
- Implements
Constructors
AsyncOperationStatus() |
Creates an new AsyncOperationStatus instance. |
Properties
AdditionalInfo |
The error additional info. |
Code |
The error code. |
Detail |
The error details. |
EndTime |
The end time of the operation. |
Id |
Fully qualified ID for the async operation. |
Message |
The error message. |
Name |
Name of the async operation. |
PercentComplete |
Percentage of the operation that is complete. |
Property |
Properties returned by the resource provider on a successful operation |
ResourceGroupName |
Gets the resource group name |
ResourceId |
Fully qualified ID for the resource that this async operation status relates to. |
StartTime |
The start time of the operation. |
Status |
The operation status. |
Target |
The error target. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AsyncOperationStatus. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AsyncOperationStatus. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IAsyncOperationStatus. |
FromJsonString(String) |
Creates a new instance of AsyncOperationStatus, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AsyncOperationStatus into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |