DeploymentResourceProperties Constructors
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.
Overloads
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. |
DeploymentResourceProperties()
Initializes a new instance of the DeploymentResourceProperties class.
public DeploymentResourceProperties ();
Public Sub New ()
Applies to
DeploymentResourceProperties(UserSourceInfo, String, DeploymentSettings, String, String, Nullable<Boolean>, Nullable<DateTime>, IList<DeploymentInstance>)
Initializes a new instance of the DeploymentResourceProperties class.
public DeploymentResourceProperties (Microsoft.Azure.Management.AppPlatform.Models.UserSourceInfo source = default, string appName = default, Microsoft.Azure.Management.AppPlatform.Models.DeploymentSettings deploymentSettings = default, string provisioningState = default, string status = default, bool? active = default, DateTime? createdTime = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.DeploymentInstance> instances = default);
new Microsoft.Azure.Management.AppPlatform.Models.DeploymentResourceProperties : Microsoft.Azure.Management.AppPlatform.Models.UserSourceInfo * string * Microsoft.Azure.Management.AppPlatform.Models.DeploymentSettings * string * string * Nullable<bool> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppPlatform.Models.DeploymentInstance> -> Microsoft.Azure.Management.AppPlatform.Models.DeploymentResourceProperties
Public Sub New (Optional source As UserSourceInfo = Nothing, Optional appName As String = Nothing, Optional deploymentSettings As DeploymentSettings = Nothing, Optional provisioningState As String = Nothing, Optional status As String = Nothing, Optional active As Nullable(Of Boolean) = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional instances As IList(Of DeploymentInstance) = Nothing)
Parameters
- source
- UserSourceInfo
Uploaded source information of the deployment.
- appName
- String
App name of the deployment
- deploymentSettings
- DeploymentSettings
Deployment settings of the Deployment
- provisioningState
- String
Provisioning state of the Deployment. Possible values include: 'Creating', 'Updating', 'Succeeded', 'Failed'
- status
- String
Status of the Deployment. Possible values include: 'Unknown', 'Stopped', 'Running', 'Failed', 'Allocating', 'Upgrading', 'Compiling'
- instances
- IList<DeploymentInstance>
Collection of instances belong to the Deployment
Applies to
Azure SDK for .NET