ComputeBulkOperationDetails 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 details of a response from an operation on a resource.
public class ComputeBulkOperationDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.BulkActions.Models.ComputeBulkOperationDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.BulkActions.Models.ComputeBulkOperationDetails>
type ComputeBulkOperationDetails = class
interface IJsonModel<ComputeBulkOperationDetails>
interface IPersistableModel<ComputeBulkOperationDetails>
Public Class ComputeBulkOperationDetails
Implements IJsonModel(Of ComputeBulkOperationDetails), IPersistableModel(Of ComputeBulkOperationDetails)
- Inheritance
-
ComputeBulkOperationDetails
- Implements
Properties
| Name | Description |
|---|---|
| CompletedOn |
Time the operation was complete if errors are null. |
| DeadlineOn |
Deadline for the operation. |
| DeadlineType |
Type of deadline of the operation. |
| Error |
Operation level errors if they exist. |
| FallbackOperationInfo |
Fallback operation details if a fallback was performed. |
| OperationId |
Operation identifier for the unique operation. |
| OperationType |
Type of operation performed on the resources. |
| ResourceId |
Unique identifier for the resource involved in the operation, for example Azure resource ID. |
| RetryPolicy |
Retry policy the user can pass. |
| State |
Current state of the operation. |
| SubscriptionId |
Subscription id attached to the request. |
| TimeZone |
Timezone for the operation. |