ArmAppPlatformModelFactory.AppPlatformDeploymentProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
- source
- AppPlatformUserSourceInfo
デプロイのアップロードされたソース情報。 基底クラスであることに注意 AppPlatformUserSourceInfo してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、、、AppPlatformCustomContainerUserSourceInfo、NetCoreZipUploadedUserSourceInfoJarUploadedUserSourceInfoSourceUploadedUserSourceInfo、および がAppPlatformUploadedUserSourceInfo含まれます。AppPlatformBuildResultUserSourceInfo
- deploymentSettings
- AppPlatformDeploymentSettings
デプロイの展開設定。
- provisioningState
- Nullable<AppPlatformDeploymentProvisioningState>
デプロイのプロビジョニング状態。
- status
- Nullable<AppPlatformDeploymentStatus>
デプロイの状態。
- instances
- IEnumerable<AppPlatformDeploymentInstance>
インスタンスのコレクションは Deployment に属します。
戻り値
モック作成用の新しい AppPlatformDeploymentProperties インスタンス。
適用対象
Azure SDK for .NET