InitContainerPropertiesDefinitionInstanceView Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET