AscOperation 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 operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AscOperationTypeConverter))]
public class AscOperation : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAscOperation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AscOperationTypeConverter))>]
type AscOperation = class
interface IAscOperation
interface IJsonSerializable
Public Class AscOperation
Implements IAscOperation
- Inheritance
-
AscOperation
- Attributes
- Implements
Constructors
AscOperation() |
Creates an new AscOperation instance. |
Properties
Code |
Error code |
EndTime |
The end time of the operation. |
Id |
The operation Id. |
Message |
Error message indicating why the operation failed. |
Name |
The operation name. |
Output |
Additional operation-specific output. |
ResourceGroupName |
Gets the resource group name |
StartTime |
The start time of the operation. |
Status |
The status of the operation. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AscOperation. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AscOperation. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IAscOperation. |
FromJsonString(String) |
Creates a new instance of AscOperation, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AscOperation into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |