ConfigurationServiceInstance Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. ConfigurationServiceInstance
- com.
Implements
public final class ConfigurationServiceInstance
implements JsonSerializable<ConfigurationServiceInstance>
Collection of instances belong to the Application Configuration Service.
Constructor Summary
Constructor | Description |
---|---|
ConfigurationServiceInstance() |
Creates an instance of Configuration |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Configuration |
fromJson(JsonReader jsonReader)
Reads an instance of Configuration |
String |
name()
Get the name property: Name of the Application Configuration Service instance. |
String |
status()
Get the status property: Status of the Application Configuration Service instance. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ConfigurationServiceInstance
public ConfigurationServiceInstance()
Creates an instance of ConfigurationServiceInstance class.
Method Details
fromJson
public static ConfigurationServiceInstance fromJson(JsonReader jsonReader)
Reads an instance of ConfigurationServiceInstance from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the Application Configuration Service instance.
Returns:
status
public String status()
Get the status property: Status of the Application Configuration Service instance.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java