ContainerNetworkInterfaceStatistics 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
ContainerNetworkInterfaceStatistics() |
Initializes a new instance of the ContainerNetworkInterfaceStatistics class. |
ContainerNetworkInterfaceStatistics(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>) |
Initializes a new instance of the ContainerNetworkInterfaceStatistics class. |
ContainerNetworkInterfaceStatistics()
Initializes a new instance of the ContainerNetworkInterfaceStatistics class.
public ContainerNetworkInterfaceStatistics ();
Public Sub New ()
Applies to
ContainerNetworkInterfaceStatistics(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)
Initializes a new instance of the ContainerNetworkInterfaceStatistics class.
public ContainerNetworkInterfaceStatistics (long? rxBytes = default, long? rxPackets = default, long? rxErrors = default, long? rxDropped = default, long? txBytes = default, long? txPackets = default, long? txErrors = default, long? txDropped = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.ContainerNetworkInterfaceStatistics : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.Management.AppService.Fluent.Models.ContainerNetworkInterfaceStatistics
Public Sub New (Optional rxBytes As Nullable(Of Long) = Nothing, Optional rxPackets As Nullable(Of Long) = Nothing, Optional rxErrors As Nullable(Of Long) = Nothing, Optional rxDropped As Nullable(Of Long) = Nothing, Optional txBytes As Nullable(Of Long) = Nothing, Optional txPackets As Nullable(Of Long) = Nothing, Optional txErrors As Nullable(Of Long) = Nothing, Optional txDropped As Nullable(Of Long) = Nothing)