ArmContainerServiceModelFactory.NamespaceResourceQuota Method
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.
public static Azure.ResourceManager.ContainerService.Models.NamespaceResourceQuota NamespaceResourceQuota(string cpuRequest = default, string cpuLimit = default, string memoryRequest = default, string memoryLimit = default);
static member NamespaceResourceQuota : string * string * string * string -> Azure.ResourceManager.ContainerService.Models.NamespaceResourceQuota
Public Shared Function NamespaceResourceQuota (Optional cpuRequest As String = Nothing, Optional cpuLimit As String = Nothing, Optional memoryRequest As String = Nothing, Optional memoryLimit As String = Nothing) As NamespaceResourceQuota
Parameters
- cpuRequest
- String
CPU request of the namespace in one-thousandth CPU form. See CPU resource units for more details.
- cpuLimit
- String
CPU limit of the namespace in one-thousandth CPU form. See CPU resource units for more details.
- memoryRequest
- String
Memory request of the namespace in the power-of-two equivalents form: Ei, Pi, Ti, Gi, Mi, Ki. See Memory resource units for more details.
- memoryLimit
- String
Memory limit of the namespace in the power-of-two equivalents form: Ei, Pi, Ti, Gi, Mi, Ki. See Memory resource units for more details.
Returns
A new NamespaceResourceQuota instance for mocking.