Freigeben über


DeploymentResourceProperties interface

Deployment resource properties payload

Properties

active

Indicates whether the Deployment is active

deploymentSettings

Deployment settings of the Deployment

instances

Collection of instances belong to the Deployment NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState

Provisioning state of the Deployment NOTE: This property will not be serialized. It can only be populated by the server.

source

Uploaded source information of the deployment.

status

Status of the Deployment NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

active

Indicates whether the Deployment is active

active?: boolean

Property Value

boolean

deploymentSettings

Deployment settings of the Deployment

deploymentSettings?: DeploymentSettings

Property Value

instances

Collection of instances belong to the Deployment NOTE: This property will not be serialized. It can only be populated by the server.

instances?: DeploymentInstance[]

Property Value

provisioningState

Provisioning state of the Deployment NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

source

Uploaded source information of the deployment.

source?: UserSourceInfoUnion

Property Value

status

Status of the Deployment NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string