Share via


EdgeDeploymentStatus Class

Definition

Deployment Status.

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

Properties

Name Description
Deployed

Indicates if Instance is deployed.

ExpectedRunningJobId

The expected running job id.

Generation

Deployment Generation.

LastModified

The lastModified of the Status.

RunningJobId

The running job id.

Status

Deployment status.

StatusDetails

Status details.

TargetStatuses

Target resource statuses.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<EdgeDeploymentStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeDeploymentStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeDeploymentStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeDeploymentStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to