Partager via


ContainerPropertiesInstanceView Constructeurs

Définition

Surcharges

ContainerPropertiesInstanceView()

Initialise une nouvelle instance de la classe ContainerPropertiesInstanceView.

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

Initialise une nouvelle instance de la classe ContainerPropertiesInstanceView.

ContainerPropertiesInstanceView()

Initialise une nouvelle instance de la classe ContainerPropertiesInstanceView.

public ContainerPropertiesInstanceView ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe 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)

Paramètres

restartCount
Nullable<Int32>

Nombre de fois que le conteneur instance a été redémarré.

currentState
ContainerState

État instance conteneur actuel.

previousState
ContainerState

État de instance conteneur précédent.

events
IList<EventModel>

Événements du conteneur instance.

S’applique à