ContainerServiceFleetResourceQuota 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 quota for the managed namespace.
public class ContainerServiceFleetResourceQuota : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetResourceQuota>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetResourceQuota>
type ContainerServiceFleetResourceQuota = class
interface IJsonModel<ContainerServiceFleetResourceQuota>
interface IPersistableModel<ContainerServiceFleetResourceQuota>
Public Class ContainerServiceFleetResourceQuota
Implements IJsonModel(Of ContainerServiceFleetResourceQuota), IPersistableModel(Of ContainerServiceFleetResourceQuota)
- Inheritance
-
ContainerServiceFleetResourceQuota
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerServiceFleetResourceQuota() |
Initializes a new instance of ContainerServiceFleetResourceQuota. |
Properties
| Name | Description |
|---|---|
| CpuLimit |
The CPU limit for the managed namespace. See more at https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu. |
| CpuRequest |
The CPU request for the managed namespace. See more at https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu. |
| MemoryLimit |
The memory limit for the managed namespace. See more at https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory. |
| MemoryRequest |
The memory request for the managed namespace. See more at https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory. |