Freigeben über


DeploymentResourceProperties Konstruktoren

Definition

Überlädt

DeploymentResourceProperties()

Initialisiert einen neuen instance der DeploymentResourceProperties-Klasse.

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

Initialisiert einen neuen instance der DeploymentResourceProperties-Klasse.

DeploymentResourceProperties()

Initialisiert einen neuen instance der DeploymentResourceProperties-Klasse.

public DeploymentResourceProperties ();
Public Sub New ()

Gilt für:

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

Initialisiert einen neuen instance der DeploymentResourceProperties-Klasse.

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)

Parameter

source
UserSourceInfo

Quellinformationen der Bereitstellung hochgeladen.

appName
String

App-Name der Bereitstellung

deploymentSettings
DeploymentSettings

Bereitstellungseinstellungen der Bereitstellung

provisioningState
String

Bereitstellungsstatus der Bereitstellung. Mögliche Werte sind: "Erstellen", "Aktualisieren", "Erfolgreich", "Fehler".

status
String

Status der Bereitstellung. Mögliche Werte sind: "Unknown", "Stopped", "Running", "Failed", "Allocating", "Upgrading", "Compiling".

active
Nullable<Boolean>

Gibt an, ob die Bereitstellung aktiv ist.

createdTime
Nullable<DateTime>

Datum der Erstellung der Ressource

instances
IList<DeploymentInstance>

Sammlung von Instanzen gehören zur Bereitstellung

Gilt für: