ComputeBulkOperationDetails Class

Definition

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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ComputeBulkOperationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ComputeBulkOperationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<ComputeBulkOperationDetails>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ComputeBulkOperationDetails>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ComputeBulkOperationDetails>.Write(ModelReaderWriterOptions)

Applies to