ArmAppPlatformModelFactory.AppPlatformDeploymentProperties Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von AppPlatformDeploymentProperties.
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformDeploymentProperties AppPlatformDeploymentProperties (Azure.ResourceManager.AppPlatform.Models.AppPlatformUserSourceInfo source = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformDeploymentSettings deploymentSettings = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformDeploymentProvisioningState? provisioningState = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformDeploymentStatus? status = default, bool? isActive = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformDeploymentInstance> instances = default);
static member AppPlatformDeploymentProperties : Azure.ResourceManager.AppPlatform.Models.AppPlatformUserSourceInfo * Azure.ResourceManager.AppPlatform.Models.AppPlatformDeploymentSettings * Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformDeploymentProvisioningState> * Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformDeploymentStatus> * Nullable<bool> * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformDeploymentInstance> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformDeploymentProperties
Public Shared Function AppPlatformDeploymentProperties (Optional source As AppPlatformUserSourceInfo = Nothing, Optional deploymentSettings As AppPlatformDeploymentSettings = Nothing, Optional provisioningState As Nullable(Of AppPlatformDeploymentProvisioningState) = Nothing, Optional status As Nullable(Of AppPlatformDeploymentStatus) = Nothing, Optional isActive As Nullable(Of Boolean) = Nothing, Optional instances As IEnumerable(Of AppPlatformDeploymentInstance) = Nothing) As AppPlatformDeploymentProperties
Parameter
- source
- AppPlatformUserSourceInfo
Die Quellinformationen der Bereitstellung wurden hochgeladen. Beachten Sie, dass AppPlatformUserSourceInfo die Basisklasse ist. Je nach Szenario muss hier möglicherweise eine abgeleitete Klasse der Basisklasse zugewiesen werden, oder diese Eigenschaft muss in eine der möglichen abgeleiteten Klassen umgewandelt werden. Die verfügbaren abgeleiteten Klassen sind , , JarUploadedUserSourceInfo, und SourceUploadedUserSourceInfoAppPlatformUploadedUserSourceInfo. NetCoreZipUploadedUserSourceInfoAppPlatformCustomContainerUserSourceInfoAppPlatformBuildResultUserSourceInfo
- deploymentSettings
- AppPlatformDeploymentSettings
Bereitstellungseinstellungen der Bereitstellung.
- provisioningState
- Nullable<AppPlatformDeploymentProvisioningState>
Bereitstellungsstatus der Bereitstellung.
- status
- Nullable<AppPlatformDeploymentStatus>
Status der Bereitstellung.
- instances
- IEnumerable<AppPlatformDeploymentInstance>
Eine Sammlung von Instanzen gehört zur Bereitstellung.
Gibt zurück
Eine neue AppPlatformDeploymentProperties instance zum Simulieren.
Gilt für:
Azure SDK for .NET