ContainerMemoryStatistics 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
ContainerMemoryStatistics() |
Initializes a new instance of the ContainerMemoryStatistics class. |
ContainerMemoryStatistics(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>) |
Initializes a new instance of the ContainerMemoryStatistics class. |
ContainerMemoryStatistics()
Initializes a new instance of the ContainerMemoryStatistics class.
public ContainerMemoryStatistics ();
Public Sub New ()
Applies to
ContainerMemoryStatistics(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)
Initializes a new instance of the ContainerMemoryStatistics class.
public ContainerMemoryStatistics (long? usage = default, long? maxUsage = default, long? limit = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.ContainerMemoryStatistics : Nullable<int64> * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.Management.AppService.Fluent.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)
Parameters
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET