Share via


IDevBoxStopOperation Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.DevBoxStopOperationTypeConverter))]
public interface IDevBoxStopOperation : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IDevBoxOperation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.DevBoxStopOperationTypeConverter))>]
type IDevBoxStopOperation = interface
    interface IJsonSerializable
    interface IDevBoxOperation
Public Interface IDevBoxStopOperation
Implements IDevBoxOperation
Derived
Attributes
Implements

Properties

Code

One of a server-defined set of error codes.

(Inherited from IDevBoxOperation)
CreatedByObjectId

The object ID of the actor which initiated the operation.

(Inherited from IDevBoxOperation)
Detail

An array of details about specific errors that led to this reported error.

(Inherited from IDevBoxOperation)
EndTime

The time the operation finished.

(Inherited from IDevBoxOperation)
Innererror

An object containing more specific information than the current object about the error.

(Inherited from IDevBoxOperation)
Kind

The kind of operation that occurred.

(Inherited from IDevBoxOperation)
Message

A human-readable representation of the error.

(Inherited from IDevBoxOperation)
OperationId

Unique identifier for the Dev Box operation.

(Inherited from IDevBoxOperation)
StartTime

he time the operation started.

(Inherited from IDevBoxOperation)
Status

The operation status.

(Inherited from IDevBoxOperation)
Target

The target of the error.

(Inherited from IDevBoxOperation)
Uri

The unique URI for the Dev Box operation.

(Inherited from IDevBoxOperation)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to