Lingua

ArmDeploymentOperationProperties Class

Definition

Deployment operation properties.

public class ArmDeploymentOperationProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Deployments.Models.ArmDeploymentOperationProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Deployments.Models.ArmDeploymentOperationProperties>
type ArmDeploymentOperationProperties = class
    interface IJsonModel<ArmDeploymentOperationProperties>
    interface IPersistableModel<ArmDeploymentOperationProperties>
Public Class ArmDeploymentOperationProperties
Implements IJsonModel(Of ArmDeploymentOperationProperties), IPersistableModel(Of ArmDeploymentOperationProperties)
Inheritance
ArmDeploymentOperationProperties
Implements

Properties

Name Description
Duration

The duration of the operation.

ProvisioningOperation

The name of the current provisioning operation.

ProvisioningState

The state of the provisioning.

RequestContent

HTTP message content.

ResponseContent

HTTP message content.

ServiceRequestId

Deployment operation service request id.

StatusCode

Operation status code from the resource provider. This property may not be set if a response has not yet been received.

StatusMessage

Operation status message from the resource provider. This property is optional. It will only be provided if an error was received from the resource provider.

TargetResource

The target resource.

Timestamp

The date and time of the operation.

Methods

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

Explicit Interface Implementations

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

Applies to