ArmHybridNetworkModelFactory.DeploymentStatusProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DeploymentStatusProperties の新しいインスタンスを初期化します。
public static Azure.ResourceManager.HybridNetwork.Models.DeploymentStatusProperties DeploymentStatusProperties (Azure.ResourceManager.HybridNetwork.Models.ComponentStatus? status = default, Azure.ResourceManager.HybridNetwork.Models.ComponentKubernetesResources resources = default, DateTimeOffset? nextExpectedUpdateOn = default);
static member DeploymentStatusProperties : Nullable<Azure.ResourceManager.HybridNetwork.Models.ComponentStatus> * Azure.ResourceManager.HybridNetwork.Models.ComponentKubernetesResources * Nullable<DateTimeOffset> -> Azure.ResourceManager.HybridNetwork.Models.DeploymentStatusProperties
Public Shared Function DeploymentStatusProperties (Optional status As Nullable(Of ComponentStatus) = Nothing, Optional resources As ComponentKubernetesResources = Nothing, Optional nextExpectedUpdateOn As Nullable(Of DateTimeOffset) = Nothing) As DeploymentStatusProperties
パラメーター
- status
- Nullable<ComponentStatus>
コンポーネント リソースの状態。
- resources
- ComponentKubernetesResources
コンポーネント リソースに関連するリソース。
- nextExpectedUpdateOn
- Nullable<DateTimeOffset>
次に予想されるデプロイ状態の更新。
戻り値
モック作成用の新しい DeploymentStatusProperties インスタンス。