ConfigurationServiceSettings Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. ConfigurationServiceSettings
- com.
Implements
public final class ConfigurationServiceSettings
implements JsonSerializable<ConfigurationServiceSettings>
The settings of Application Configuration Service.
Constructor Summary
Constructor | Description |
---|---|
ConfigurationServiceSettings() |
Creates an instance of Configuration |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Configuration |
fromJson(JsonReader jsonReader)
Reads an instance of Configuration |
Configuration |
gitProperty()
Get the git |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Configuration |
withGitProperty(ConfigurationServiceGitProperty gitProperty)
Set the git |
Methods inherited from java.lang.Object
Constructor Details
ConfigurationServiceSettings
public ConfigurationServiceSettings()
Creates an instance of ConfigurationServiceSettings class.
Method Details
fromJson
public static ConfigurationServiceSettings fromJson(JsonReader jsonReader)
Reads an instance of ConfigurationServiceSettings from the JsonReader.
Parameters:
Returns:
Throws:
gitProperty
public ConfigurationServiceGitProperty gitProperty()
Get the gitProperty property: Property of git environment.
Returns:
toJson
validate
public void validate()
Validates the instance.
withGitProperty
public ConfigurationServiceSettings withGitProperty(ConfigurationServiceGitProperty gitProperty)
Set the gitProperty property: Property of git environment.
Parameters:
Returns:
Applies to
Azure SDK for Java