InitContainerPropertiesDefinitionInstanceView Constructors

Definition

Overloads

InitContainerPropertiesDefinitionInstanceView()

Initializes a new instance of the InitContainerPropertiesDefinitionInstanceView class.

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

Initializes a new instance of the InitContainerPropertiesDefinitionInstanceView class.

InitContainerPropertiesDefinitionInstanceView()

Initializes a new instance of the InitContainerPropertiesDefinitionInstanceView class.

public InitContainerPropertiesDefinitionInstanceView ();
Public Sub New ()

Applies to

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

Initializes a new instance of the InitContainerPropertiesDefinitionInstanceView class.

public InitContainerPropertiesDefinitionInstanceView (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.InitContainerPropertiesDefinitionInstanceView : 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.InitContainerPropertiesDefinitionInstanceView
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)

Parameters

restartCount
Nullable<Int32>

The number of times that the init container has been restarted.

currentState
ContainerState

The current state of the init container.

previousState
ContainerState

The previous state of the init container.

events
IList<EventModel>

The events of the init container.

Applies to