Share via


AppPlatformDeploymentInstance Class

Definition

Deployment instance payload.

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

Properties

DiscoveryStatus

Discovery status of the deployment instance.

Name

Name of the deployment instance.

Reason

Failed reason of the deployment instance.

StartedOn

Start time of the deployment instance.

Status

Status of the deployment instance.

Zone

Availability zone information of the deployment instance.

Explicit Interface Implementations

IJsonModel<AppPlatformDeploymentInstance>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformDeploymentInstance>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformDeploymentInstance>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformDeploymentInstance>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformDeploymentInstance>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to