DeploymentResourceProperties Class

Deployment resource properties payload.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
DeploymentResourceProperties

Constructor

DeploymentResourceProperties(*, source: Optional[azure.mgmt.appplatform.v2021_06_01_preview.models._models_py3.UserSourceInfo] = None, deployment_settings: Optional[azure.mgmt.appplatform.v2021_06_01_preview.models._models_py3.DeploymentSettings] = None, **kwargs)

Variables

source
UserSourceInfo

Uploaded source information of the deployment.

app_name
str

App name of the deployment.

deployment_settings
DeploymentSettings

Deployment settings of the Deployment.

provisioning_state
str or DeploymentResourceProvisioningState

Provisioning state of the Deployment. Possible values include: "Creating", "Updating", "Succeeded", "Failed".

status
str or DeploymentResourceStatus

Status of the Deployment. Possible values include: "Unknown", "Stopped", "Running", "Failed", "Allocating", "Upgrading", "Compiling".

active
bool

Indicates whether the Deployment is active.

created_time
datetime

Date time when the resource is created.

instances
list[DeploymentInstance]

Collection of instances belong to the Deployment.