Share via


IAscOperation Interface

Definition

[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)

Applies to