Class ConfigurationServiceProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.ConfigurationServiceProperties
Application Configuration Service properties payload.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ConfigurationServiceProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the generation property: The generation of the Application Configuration Service.Get the instances property: Collection of instances belong to Application Configuration Service.Get the provisioningState property: State of the Application Configuration Service.Get the resourceRequests property: The requested resource quantity for required CPU and Memory.settings()Get the settings property: The settings of Application Configuration Service.voidvalidate()Validates the instance.withGeneration(ConfigurationServiceGeneration generation) Set the generation property: The generation of the Application Configuration Service.withSettings(ConfigurationServiceSettings settings) Set the settings property: The settings of Application Configuration Service.
-
Constructor Details
-
ConfigurationServiceProperties
public ConfigurationServiceProperties()Creates an instance of ConfigurationServiceProperties class.
-
-
Method Details
-
provisioningState
Get the provisioningState property: State of the Application Configuration Service.- Returns:
- the provisioningState value.
-
generation
Get the generation property: The generation of the Application Configuration Service.- Returns:
- the generation value.
-
withGeneration
Set the generation property: The generation of the Application Configuration Service.- Parameters:
generation- the generation value to set.- Returns:
- the ConfigurationServiceProperties object itself.
-
resourceRequests
Get the resourceRequests property: The requested resource quantity for required CPU and Memory.- Returns:
- the resourceRequests value.
-
instances
Get the instances property: Collection of instances belong to Application Configuration Service.- Returns:
- the instances value.
-
settings
Get the settings property: The settings of Application Configuration Service.- Returns:
- the settings value.
-
withSettings
Set the settings property: The settings of Application Configuration Service.- Parameters:
settings- the settings value to set.- Returns:
- the ConfigurationServiceProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-