Uses of Class
com.azure.resourcemanager.containerservice.models.ResourceQuota
Packages that use ResourceQuota
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ResourceQuota in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type ResourceQuotaMethods in com.azure.resourcemanager.containerservice.models that return ResourceQuotaModifier and TypeMethodDescriptionNamespaceProperties.defaultResourceQuota()Get the defaultResourceQuota property: The default resource quota enforced upon the namespace.static ResourceQuotaResourceQuota.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceQuota from the JsonReader.ResourceQuota.withCpuLimit(String cpuLimit) Set the cpuLimit property: CPU limit of the namespace in one-thousandth CPU form.ResourceQuota.withCpuRequest(String cpuRequest) Set the cpuRequest property: CPU request of the namespace in one-thousandth CPU form.ResourceQuota.withMemoryLimit(String memoryLimit) Set the memoryLimit property: Memory limit of the namespace in the power-of-two equivalents form: Ei, Pi, Ti, Gi, Mi, Ki.ResourceQuota.withMemoryRequest(String memoryRequest) Set the memoryRequest property: Memory request of the namespace in the power-of-two equivalents form: Ei, Pi, Ti, Gi, Mi, Ki.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ResourceQuotaModifier and TypeMethodDescriptionNamespaceProperties.withDefaultResourceQuota(ResourceQuota defaultResourceQuota) Set the defaultResourceQuota property: The default resource quota enforced upon the namespace.