你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContainerMemoryStatistics 构造函数

定义

重载

ContainerMemoryStatistics()

初始化 ContainerMemoryStatistics 类的新实例。

ContainerMemoryStatistics(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)

初始化 ContainerMemoryStatistics 类的新实例。

ContainerMemoryStatistics()

初始化 ContainerMemoryStatistics 类的新实例。

public ContainerMemoryStatistics ();
Public Sub New ()

适用于

ContainerMemoryStatistics(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)

初始化 ContainerMemoryStatistics 类的新实例。

public ContainerMemoryStatistics (long? usage = default, long? maxUsage = default, long? limit = default);
new Microsoft.Azure.Management.WebSites.Models.ContainerMemoryStatistics : Nullable<int64> * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.Management.WebSites.Models.ContainerMemoryStatistics
Public Sub New (Optional usage As Nullable(Of Long) = Nothing, Optional maxUsage As Nullable(Of Long) = Nothing, Optional limit As Nullable(Of Long) = Nothing)

参数

usage
Nullable<Int64>
maxUsage
Nullable<Int64>
limit
Nullable<Int64>

适用于