InitContainerPropertiesDefinitionInstanceView Class
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.
The instance view of the init container. Only valid in response.
public class InitContainerPropertiesDefinitionInstanceView
type InitContainerPropertiesDefinitionInstanceView = class
Public Class InitContainerPropertiesDefinitionInstanceView
- Inheritance
-
InitContainerPropertiesDefinitionInstanceView
Constructors
InitContainerPropertiesDefinitionInstanceView() |
Initializes a new instance of the InitContainerPropertiesDefinitionInstanceView class. |
InitContainerPropertiesDefinitionInstanceView(Nullable<Int32>, ContainerState, ContainerState, IList<EventModel>) |
Initializes a new instance of the InitContainerPropertiesDefinitionInstanceView class. |
Properties
CurrentState |
Gets the current state of the init container. |
Events |
Gets the events of the init container. |
PreviousState |
Gets the previous state of the init container. |
RestartCount |
Gets the number of times that the init container has been restarted. |
Applies to
Azure SDK for .NET