AppPlatformDeploymentInstance Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deployment instance payload.
public class AppPlatformDeploymentInstance : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformDeploymentInstance>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformDeploymentInstance>
type AppPlatformDeploymentInstance = class
interface IJsonModel<AppPlatformDeploymentInstance>
interface IPersistableModel<AppPlatformDeploymentInstance>
Public Class AppPlatformDeploymentInstance
Implements IJsonModel(Of AppPlatformDeploymentInstance), IPersistableModel(Of AppPlatformDeploymentInstance)
- Inheritance
-
System.ObjectAppPlatformDeploymentInstance
- Implements
-
System.ClientModel.Primitives.IJsonModel<AppPlatformDeploymentInstance> System.ClientModel.Primitives.IPersistableModel<AppPlatformDeploymentInstance> System.ClientModel.Primitives.IPersistableModel<T>
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. |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
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 System.Text.Json.Utf8JsonWriter. |
| IPersistableModel<AppPlatformDeploymentInstance>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided System.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 System.BinaryData. |