Class ConfigServerProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.ConfigServerProperties
Config server git properties payload.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the configServer property: Settings of config server.error()Get the error property: Error when apply config server settings.Get the provisioningState property: State of the config server.voidvalidate()Validates the instance.withConfigServer(ConfigServerSettings configServer) Set the configServer property: Settings of config server.Set the error property: Error when apply config server settings.
-
Constructor Details
-
ConfigServerProperties
public ConfigServerProperties()
-
-
Method Details
-
provisioningState
Get the provisioningState property: State of the config server.- Returns:
- the provisioningState value.
-
error
Get the error property: Error when apply config server settings.- Returns:
- the error value.
-
withError
Set the error property: Error when apply config server settings.- Parameters:
error- the error value to set.- Returns:
- the ConfigServerProperties object itself.
-
configServer
Get the configServer property: Settings of config server.- Returns:
- the configServer value.
-
withConfigServer
Set the configServer property: Settings of config server.- Parameters:
configServer- the configServer value to set.- Returns:
- the ConfigServerProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-