ServerConfigurationOptionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. ServerConfigurationOptionProperties
- com.
Implements
public final class ServerConfigurationOptionProperties
implements JsonSerializable<ServerConfigurationOptionProperties>
The properties of server configuration option.
Constructor Summary
| Constructor | Description |
|---|---|
| ServerConfigurationOptionProperties() |
Creates an instance of Server |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Server |
fromJson(JsonReader jsonReader)
Reads an instance of Server |
|
Provisioning |
provisioningState()
Get the provisioning |
| int |
serverConfigurationOptionValue()
Get the server |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Server |
withServerConfigurationOptionValue(int serverConfigurationOptionValue)
Set the server |
Methods inherited from java.lang.Object
Constructor Details
ServerConfigurationOptionProperties
public ServerConfigurationOptionProperties()
Creates an instance of ServerConfigurationOptionProperties class.
Method Details
fromJson
public static ServerConfigurationOptionProperties fromJson(JsonReader jsonReader)
Reads an instance of ServerConfigurationOptionProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of server configuration option.
Returns:
serverConfigurationOptionValue
public int serverConfigurationOptionValue()
Get the serverConfigurationOptionValue property: Value of the server configuration option.
Returns:
toJson
validate
public void validate()
Validates the instance.
withServerConfigurationOptionValue
public ServerConfigurationOptionProperties withServerConfigurationOptionValue(int serverConfigurationOptionValue)
Set the serverConfigurationOptionValue property: Value of the server configuration option.
Parameters:
Returns: