Share via


AppPlatformDeploymentProperties Class

Definition

Deployment resource properties payload.

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

Constructors

AppPlatformDeploymentProperties()

Initializes a new instance of AppPlatformDeploymentProperties.

Properties

DeploymentSettings

Deployment settings of the Deployment.

Instances

Collection of instances belong to the Deployment.

IsActive

Indicates whether the Deployment is active.

ProvisioningState

Provisioning state of the Deployment.

Source

Uploaded source information of the deployment. Please note AppPlatformUserSourceInfo is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AppPlatformBuildResultUserSourceInfo, AppPlatformCustomContainerUserSourceInfo, JarUploadedUserSourceInfo, NetCoreZipUploadedUserSourceInfo, SourceUploadedUserSourceInfo and AppPlatformUploadedUserSourceInfo.

Status

Status of the Deployment.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AppPlatformDeploymentProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformDeploymentProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided System.Text.Json.Utf8JsonWriter.

IPersistableModel<AppPlatformDeploymentProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

IPersistableModel<AppPlatformDeploymentProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformDeploymentProperties>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Applies to