Partilhar via


DeploymentResourceProperties Construtores

Definição

Sobrecargas

DeploymentResourceProperties()

Inicializa uma nova instância da classe DeploymentResourceProperties.

DeploymentResourceProperties(UserSourceInfo, String, DeploymentSettings, String, String, Nullable<Boolean>, Nullable<DateTime>, IList<DeploymentInstance>)

Inicializa uma nova instância da classe DeploymentResourceProperties.

DeploymentResourceProperties()

Inicializa uma nova instância da classe DeploymentResourceProperties.

public DeploymentResourceProperties();
Public Sub New ()

Aplica-se a

DeploymentResourceProperties(UserSourceInfo, String, DeploymentSettings, String, String, Nullable<Boolean>, Nullable<DateTime>, IList<DeploymentInstance>)

Inicializa uma nova instância da classe DeploymentResourceProperties.

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)

Parâmetros

source
UserSourceInfo

Informações de origem carregadas da implantação.

appName
String

Nome do aplicativo da implantação

deploymentSettings
DeploymentSettings

Configurações de implantação da Implantação

provisioningState
String

Estado de provisionamento da Implantação. Os valores possíveis incluem: 'Criando', 'Atualizando', 'Êxito', 'Falha'

status
String

Status da Implantação. Os valores possíveis incluem: 'Unknown', 'Stopped', 'Running', 'Failed', 'Allocating', 'Upgrading', 'Compiling'

active
Nullable<Boolean>

Indica se a implantação está ativa

createdTime
Nullable<DateTime>

Data em que o recurso é criado

instances
IList<DeploymentInstance>

Coleção de instâncias pertence à Implantação

Aplica-se a