DeploymentResourceProperties 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 resource properties payload
public class DeploymentResourceProperties
type DeploymentResourceProperties = class
Public Class DeploymentResourceProperties
- Inheritance
-
DeploymentResourceProperties
Constructors
DeploymentResourceProperties() |
Initializes a new instance of the DeploymentResourceProperties class. |
DeploymentResourceProperties(UserSourceInfo, String, DeploymentSettings, String, String, Nullable<Boolean>, Nullable<DateTime>, IList<DeploymentInstance>) |
Initializes a new instance of the DeploymentResourceProperties class. |
Properties
Active |
Gets indicates whether the Deployment is active |
AppName |
Gets app name of the deployment |
CreatedTime |
Gets date time when the resource is created |
DeploymentSettings |
Gets or sets deployment settings of the Deployment |
Instances |
Gets collection of instances belong to the Deployment |
ProvisioningState |
Gets provisioning state of the Deployment. Possible values include: 'Creating', 'Updating', 'Succeeded', 'Failed' |
Source |
Gets or sets uploaded source information of the deployment. |
Status |
Gets status of the Deployment. Possible values include: 'Unknown', 'Stopped', 'Running', 'Failed', 'Allocating', 'Upgrading', 'Compiling' |
Applies to
Azure SDK for .NET