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

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.

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 Utf8JsonWriter.

IPersistableModel<AppPlatformDeploymentProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided 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 BinaryData.

Applies to