WorkspaceOperation 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.
Summary information for an operation.
public class WorkspaceOperation : System.ClientModel.Primitives.IJsonModel<Azure.AI.Discovery.WorkspaceOperation>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Discovery.WorkspaceOperation>
type WorkspaceOperation = class
interface IJsonModel<WorkspaceOperation>
interface IPersistableModel<WorkspaceOperation>
Public Class WorkspaceOperation
Implements IJsonModel(Of WorkspaceOperation), IPersistableModel(Of WorkspaceOperation)
- Inheritance
-
WorkspaceOperation
- Implements
Properties
| Name | Description |
|---|---|
| CompletedAt |
When the operation completed. |
| CreatedAt |
When the operation was submitted. |
| CreatedBy |
The user who created the operation. |
| Id |
Operation id. |
| NodepoolId |
The nodepool the operation targets. |
| RuntimeDetails |
Human-readable details about the run status. |
| Status |
Current status of the operation. |