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>
public class ArmDeploymentOperation
type ArmDeploymentOperation = class
    interface IJsonModel<ArmDeploymentOperation>
    interface IPersistableModel<ArmDeploymentOperation>
type ArmDeploymentOperation = class
Public Class ArmDeploymentOperation
Implements IJsonModel(Of ArmDeploymentOperation), IPersistableModel(Of ArmDeploymentOperation)
Public Class ArmDeploymentOperation
Inheritance
ArmDeploymentOperation
Implements

Properties

Id

Full deployment operation ID.

OperationId

Deployment operation ID.

Properties

Deployment properties.

Explicit Interface Implementations

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