IAscOperation Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AscOperationTypeConverter))]
public interface IAscOperation : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.AscOperationTypeConverter))>]
type IAscOperation = interface
interface IJsonSerializable
Public Interface IAscOperation
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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. |
StartTime |
The start time of the operation. |
Status |
The status of the operation. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |