次の方法で共有


ArmAppPlatformModelFactory.AppPlatformDeploymentProperties メソッド

定義

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 してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、、、AppPlatformCustomContainerUserSourceInfoNetCoreZipUploadedUserSourceInfoJarUploadedUserSourceInfoSourceUploadedUserSourceInfo、および がAppPlatformUploadedUserSourceInfo含まれます。AppPlatformBuildResultUserSourceInfo

deploymentSettings
AppPlatformDeploymentSettings

デプロイの展開設定。

provisioningState
Nullable<AppPlatformDeploymentProvisioningState>

デプロイのプロビジョニング状態。

status
Nullable<AppPlatformDeploymentStatus>

デプロイの状態。

isActive
Nullable<Boolean>

展開がアクティブかどうかを示します。

instances
IEnumerable<AppPlatformDeploymentInstance>

インスタンスのコレクションは Deployment に属します。

戻り値

モック作成用の新しい AppPlatformDeploymentProperties インスタンス。

適用対象