SupportedServerVersionInner Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. fluent. models. SupportedServerVersionInner
- com.
Implements
public final class SupportedServerVersionInner
implements JsonSerializable<SupportedServerVersionInner>
Supported server version.
Constructor Summary
Constructor | Description |
---|---|
SupportedServerVersionInner() |
Creates an instance of Supported |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Supported |
fromJson(JsonReader jsonReader)
Reads an instance of Supported |
String |
server()
Get the server property: The server name. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
value()
Get the value property: The raw server version value which could be passed to deployment CRUD operations. |
String |
version()
Get the version property: The Server version. |
Supported |
withServer(String server)
Set the server property: The server name. |
Supported |
withValue(String value)
Set the value property: The raw server version value which could be passed to deployment CRUD operations. |
Supported |
withVersion(String version)
Set the version property: The Server version. |
Methods inherited from java.lang.Object
Constructor Details
SupportedServerVersionInner
public SupportedServerVersionInner()
Creates an instance of SupportedServerVersionInner class.
Method Details
fromJson
public static SupportedServerVersionInner fromJson(JsonReader jsonReader)
Reads an instance of SupportedServerVersionInner from the JsonReader.
Parameters:
Returns:
Throws:
server
public String server()
Get the server property: The server name.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public String value()
Get the value property: The raw server version value which could be passed to deployment CRUD operations.
Returns:
version
public String version()
Get the version property: The Server version.
Returns:
withServer
public SupportedServerVersionInner withServer(String server)
Set the server property: The server name.
Parameters:
Returns:
withValue
public SupportedServerVersionInner withValue(String value)
Set the value property: The raw server version value which could be passed to deployment CRUD operations.
Parameters:
Returns:
withVersion
public SupportedServerVersionInner withVersion(String version)
Set the version property: The Server version.
Parameters:
Returns:
Applies to
Azure SDK for Java