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.WebSites.Models.ContainerCpuStatistics currentCpuStats = default, Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics previousCpuStats = default, Microsoft.Azure.Management.WebSites.Models.ContainerMemoryStatistics memoryStats = default, string name = default, string id = default, Microsoft.Azure.Management.WebSites.Models.ContainerNetworkInterfaceStatistics eth0 = default);
new Microsoft.Azure.Management.WebSites.Models.ContainerInfo : Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics * Microsoft.Azure.Management.WebSites.Models.ContainerCpuStatistics * Microsoft.Azure.Management.WebSites.Models.ContainerMemoryStatistics * string * string * Microsoft.Azure.Management.WebSites.Models.ContainerNetworkInterfaceStatistics -> Microsoft.Azure.Management.WebSites.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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET