Class ConfigurationServiceResourceRequests
java.lang.Object
com.azure.resourcemanager.appplatform.models.ConfigurationServiceResourceRequests
Resource request payload of Application Configuration Service.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ConfigurationServiceResourceRequests class. -
Method Summary
Modifier and TypeMethodDescriptioncpu()Get the cpu property: Cpu allocated to each Application Configuration Service instance.Get the instanceCount property: Instance count of the Application Configuration Service.memory()Get the memory property: Memory allocated to each Application Configuration Service instance.voidvalidate()Validates the instance.
-
Constructor Details
-
ConfigurationServiceResourceRequests
public ConfigurationServiceResourceRequests()Creates an instance of ConfigurationServiceResourceRequests class.
-
-
Method Details
-
cpu
Get the cpu property: Cpu allocated to each Application Configuration Service instance.- Returns:
- the cpu value.
-
memory
Get the memory property: Memory allocated to each Application Configuration Service instance.- Returns:
- the memory value.
-
instanceCount
Get the instanceCount property: Instance count of the Application Configuration Service.- Returns:
- the instanceCount value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-