ContainerPropertiesInstanceView コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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.Models.ContainerState currentState = default, Microsoft.Azure.Management.ContainerInstance.Models.ContainerState previousState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Models.EventModel> events = default);
new Microsoft.Azure.Management.ContainerInstance.Models.ContainerPropertiesInstanceView : Nullable<int> * Microsoft.Azure.Management.ContainerInstance.Models.ContainerState * Microsoft.Azure.Management.ContainerInstance.Models.ContainerState * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Models.EventModel> -> Microsoft.Azure.Management.ContainerInstance.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)
パラメーター
- currentState
- ContainerState
現在のコンテナー インスタンスの状態。
- previousState
- ContainerState
以前のコンテナー インスタンスの状態。
- events
- IList<EventModel>
コンテナー インスタンスのイベント。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET