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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET