ConfigurationServiceResourceRequests Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. ConfigurationServiceResourceRequests
- com.
Implements
public final class ConfigurationServiceResourceRequests
implements JsonSerializable<ConfigurationServiceResourceRequests>
Resource request payload of Application Configuration Service.
Constructor Summary
Constructor | Description |
---|---|
ConfigurationServiceResourceRequests() |
Creates an instance of Configuration |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
cpu()
Get the cpu property: Cpu allocated to each Application Configuration Service instance. |
static
Configuration |
fromJson(JsonReader jsonReader)
Reads an instance of Configuration |
Integer |
instanceCount()
Get the instance |
String |
memory()
Get the memory property: Memory allocated to each Application Configuration Service instance. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ConfigurationServiceResourceRequests
public ConfigurationServiceResourceRequests()
Creates an instance of ConfigurationServiceResourceRequests class.
Method Details
cpu
public String cpu()
Get the cpu property: Cpu allocated to each Application Configuration Service instance.
Returns:
fromJson
public static ConfigurationServiceResourceRequests fromJson(JsonReader jsonReader)
Reads an instance of ConfigurationServiceResourceRequests from the JsonReader.
Parameters:
Returns:
Throws:
instanceCount
public Integer instanceCount()
Get the instanceCount property: Instance count of the Application Configuration Service.
Returns:
memory
public String memory()
Get the memory property: Memory allocated to each Application Configuration Service instance.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java