ServerConfigurationOptionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. ServerConfigurationOptionInner
- com.
- com.
public final class ServerConfigurationOptionInner
extends ProxyResource
A server configuration option.
Constructor Summary
| Constructor | Description |
|---|---|
| ServerConfigurationOptionInner() |
Creates an instance of Server |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Server |
fromJson(JsonReader jsonReader)
Reads an instance of Server |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Provisioning |
provisioningState()
Get the provisioning |
| Integer |
serverConfigurationOptionValue()
Get the server |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Server |
withServerConfigurationOptionValue(Integer serverConfigurationOptionValue)
Set the server |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ServerConfigurationOptionInner
public ServerConfigurationOptionInner()
Creates an instance of ServerConfigurationOptionInner class.
Method Details
fromJson
public static ServerConfigurationOptionInner fromJson(JsonReader jsonReader)
Reads an instance of ServerConfigurationOptionInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ServerConfigurationOptionInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ServerConfigurationOptionInner.name()Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of server configuration option.
Returns:
serverConfigurationOptionValue
public Integer serverConfigurationOptionValue()
Get the serverConfigurationOptionValue property: Value of the server configuration option.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ServerConfigurationOptionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ServerConfigurationOptionInner.type()Returns:
validate
public void validate()
Validates the instance.
withServerConfigurationOptionValue
public ServerConfigurationOptionInner withServerConfigurationOptionValue(Integer serverConfigurationOptionValue)
Set the serverConfigurationOptionValue property: Value of the server configuration option.
Parameters:
Returns: