ResourceLimits Class
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.
The resource limits.
public class ResourceLimits
type ResourceLimits = class
Public Class ResourceLimits
- Inheritance
-
ResourceLimits
Constructors
ResourceLimits() |
Initializes a new instance of the ResourceLimits class. |
ResourceLimits(Nullable<Double>, Nullable<Double>, GpuResource) |
Initializes a new instance of the ResourceLimits class. |
Properties
Cpu |
Gets or sets the CPU limit of this container instance. |
Gpu |
Gets or sets the GPU limit of this container instance. |
MemoryInGB |
Gets or sets the memory limit in GB of this container instance. |
Methods
Validate() |
Validate the object. |
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