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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET