InitContainerPropertiesDefinitionInstanceView Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
InitContainerPropertiesDefinitionInstanceView() |
Initialise une nouvelle instance de la classe InitContainerPropertiesDefinitionInstanceView. |
InitContainerPropertiesDefinitionInstanceView(Nullable<Int32>, ContainerState, ContainerState, IList<EventModel>) |
Initialise une nouvelle instance de la classe InitContainerPropertiesDefinitionInstanceView. |
InitContainerPropertiesDefinitionInstanceView()
Initialise une nouvelle instance de la classe InitContainerPropertiesDefinitionInstanceView.
public InitContainerPropertiesDefinitionInstanceView ();
Public Sub New ()
S’applique à
InitContainerPropertiesDefinitionInstanceView(Nullable<Int32>, ContainerState, ContainerState, IList<EventModel>)
Initialise une nouvelle instance de la classe InitContainerPropertiesDefinitionInstanceView.
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)
Paramètres
- currentState
- ContainerState
État actuel du conteneur init.
- previousState
- ContainerState
État précédent du conteneur init.
- events
- IList<EventModel>
Événements du conteneur init.
S’applique à
Azure SDK for .NET