次の方法で共有


ArmAppPlatformModelFactory.AppPlatformDeploymentInstance メソッド

定義

AppPlatformDeploymentInstance の新しいインスタンスを初期化します。

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformDeploymentInstance AppPlatformDeploymentInstance (string name = default, string status = default, string reason = default, string discoveryStatus = default, DateTimeOffset? startedOn = default, string zone = default);
static member AppPlatformDeploymentInstance : string * string * string * string * Nullable<DateTimeOffset> * string -> Azure.ResourceManager.AppPlatform.Models.AppPlatformDeploymentInstance
Public Shared Function AppPlatformDeploymentInstance (Optional name As String = Nothing, Optional status As String = Nothing, Optional reason As String = Nothing, Optional discoveryStatus As String = Nothing, Optional startedOn As Nullable(Of DateTimeOffset) = Nothing, Optional zone As String = Nothing) As AppPlatformDeploymentInstance

パラメーター

name
String

デプロイ インスタンスの名前。

status
String

デプロイ インスタンスの状態。

reason
String

デプロイ インスタンスの失敗した理由。

discoveryStatus
String

デプロイ インスタンスの検出状態。

startedOn
Nullable<DateTimeOffset>

デプロイ インスタンスの開始時刻。

zone
String

デプロイ インスタンスの可用性ゾーン情報。

戻り値

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

適用対象