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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET