ArmDeploymentOperation Class

Definition

Deployment operation information.

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

Properties

Name Description
Id

Full deployment operation ID.

OperationId

Deployment operation ID.

Properties

Deployment properties.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<ArmDeploymentOperation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ArmDeploymentOperation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArmDeploymentOperation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArmDeploymentOperation>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ArmDeploymentOperation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to