ContainerInfo 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
ContainerInfo() |
Initializes a new instance of the ContainerInfo class. |
ContainerInfo(Nullable<DateTime>, Nullable<DateTime>, ContainerCpuStatistics, ContainerCpuStatistics, ContainerMemoryStatistics, String, String, ContainerNetworkInterfaceStatistics) |
Initializes a new instance of the ContainerInfo class. |
ContainerInfo()
Initializes a new instance of the ContainerInfo class.
public ContainerInfo ();
Public Sub New ()
Applies to
ContainerInfo(Nullable<DateTime>, Nullable<DateTime>, ContainerCpuStatistics, ContainerCpuStatistics, ContainerMemoryStatistics, String, String, ContainerNetworkInterfaceStatistics)
Initializes a new instance of the ContainerInfo class.
public ContainerInfo (DateTime? currentTimeStamp = default, DateTime? previousTimeStamp = default, Microsoft.Azure.Management.AppService.Fluent.Models.ContainerCpuStatistics currentCpuStats = default, Microsoft.Azure.Management.AppService.Fluent.Models.ContainerCpuStatistics previousCpuStats = default, Microsoft.Azure.Management.AppService.Fluent.Models.ContainerMemoryStatistics memoryStats = default, string name = default, string id = default, Microsoft.Azure.Management.AppService.Fluent.Models.ContainerNetworkInterfaceStatistics eth0 = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.ContainerInfo : Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.AppService.Fluent.Models.ContainerCpuStatistics * Microsoft.Azure.Management.AppService.Fluent.Models.ContainerCpuStatistics * Microsoft.Azure.Management.AppService.Fluent.Models.ContainerMemoryStatistics * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.ContainerNetworkInterfaceStatistics -> Microsoft.Azure.Management.AppService.Fluent.Models.ContainerInfo
Public Sub New (Optional currentTimeStamp As Nullable(Of DateTime) = Nothing, Optional previousTimeStamp As Nullable(Of DateTime) = Nothing, Optional currentCpuStats As ContainerCpuStatistics = Nothing, Optional previousCpuStats As ContainerCpuStatistics = Nothing, Optional memoryStats As ContainerMemoryStatistics = Nothing, Optional name As String = Nothing, Optional id As String = Nothing, Optional eth0 As ContainerNetworkInterfaceStatistics = Nothing)
Parameters
- currentCpuStats
- ContainerCpuStatistics
- previousCpuStats
- ContainerCpuStatistics
- memoryStats
- ContainerMemoryStatistics
- name
- String
- id
- String
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET