ConfigurationServiceProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. ConfigurationServiceProperties
- com.
Implements
public final class ConfigurationServiceProperties
implements JsonSerializable<ConfigurationServiceProperties>
Application Configuration Service properties payload.
Constructor Summary
Constructor | Description |
---|---|
ConfigurationServiceProperties() |
Creates an instance of Configuration |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Configuration |
fromJson(JsonReader jsonReader)
Reads an instance of Configuration |
Configuration |
generation()
Get the generation property: The generation of the Application Configuration Service. |
List<Configuration |
instances()
Get the instances property: Collection of instances belong to Application Configuration Service. |
Configuration |
provisioningState()
Get the provisioning |
Configuration |
resourceRequests()
Get the resource |
Configuration |
settings()
Get the settings property: The settings of Application Configuration Service. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Configuration |
withGeneration(ConfigurationServiceGeneration generation)
Set the generation property: The generation of the Application Configuration Service. |
Configuration |
withSettings(ConfigurationServiceSettings settings)
Set the settings property: The settings of Application Configuration Service. |
Methods inherited from java.lang.Object
Constructor Details
ConfigurationServiceProperties
public ConfigurationServiceProperties()
Creates an instance of ConfigurationServiceProperties class.
Method Details
fromJson
public static ConfigurationServiceProperties fromJson(JsonReader jsonReader)
Reads an instance of ConfigurationServiceProperties from the JsonReader.
Parameters:
Returns:
Throws:
generation
public ConfigurationServiceGeneration generation()
Get the generation property: The generation of the Application Configuration Service.
Returns:
instances
public List
Get the instances property: Collection of instances belong to Application Configuration Service.
Returns:
provisioningState
public ConfigurationServiceProvisioningState provisioningState()
Get the provisioningState property: State of the Application Configuration Service.
Returns:
resourceRequests
public ConfigurationServiceResourceRequests resourceRequests()
Get the resourceRequests property: The requested resource quantity for required CPU and Memory.
Returns:
settings
public ConfigurationServiceSettings settings()
Get the settings property: The settings of Application Configuration Service.
Returns:
toJson
validate
public void validate()
Validates the instance.
withGeneration
public ConfigurationServiceProperties withGeneration(ConfigurationServiceGeneration generation)
Set the generation property: The generation of the Application Configuration Service.
Parameters:
Returns:
withSettings
public ConfigurationServiceProperties withSettings(ConfigurationServiceSettings settings)
Set the settings property: The settings of Application Configuration Service.
Parameters:
Returns:
Applies to
Azure SDK for Java