次の方法で共有


ContainerPropertiesInstanceView コンストラクター

定義

オーバーロード

ContainerPropertiesInstanceView()

ContainerPropertiesInstanceView クラスの新しいインスタンスを初期化します。

ContainerPropertiesInstanceView(Nullable<Int32>, ContainerState, ContainerState, IList<EventModel>)

ContainerPropertiesInstanceView クラスの新しいインスタンスを初期化します。

ContainerPropertiesInstanceView()

ContainerPropertiesInstanceView クラスの新しいインスタンスを初期化します。

public ContainerPropertiesInstanceView ();
Public Sub New ()

適用対象

ContainerPropertiesInstanceView(Nullable<Int32>, ContainerState, ContainerState, IList<EventModel>)

ContainerPropertiesInstanceView クラスの新しいインスタンスを初期化します。

public ContainerPropertiesInstanceView (int? restartCount = default, Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerState currentState = default, Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerState previousState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.EventModel> events = default);
new Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerPropertiesInstanceView : Nullable<int> * Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerState * Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerState * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.EventModel> -> Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerPropertiesInstanceView
Public Sub New (Optional restartCount As Nullable(Of Integer) = Nothing, Optional currentState As ContainerState = Nothing, Optional previousState As ContainerState = Nothing, Optional events As IList(Of EventModel) = Nothing)

パラメーター

restartCount
Nullable<Int32>

コンテナー インスタンスが再起動された回数。

currentState
ContainerState

現在のコンテナー インスタンスの状態。

previousState
ContainerState

以前のコンテナー インスタンスの状態。

events
IList<EventModel>

コンテナー インスタンスのイベント。

適用対象