Class SupportedServerVersionInner
java.lang.Object
com.azure.resourcemanager.appplatform.fluent.models.SupportedServerVersionInner
Supported server version.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SupportedServerVersionInner class. -
Method Summary
Modifier and TypeMethodDescriptionserver()Get the server property: The server name.voidvalidate()Validates the instance.value()Get the value property: The raw server version value which could be passed to deployment CRUD operations.version()Get the version property: The Server version.withServer(String server) Set the server property: The server name.Set the value property: The raw server version value which could be passed to deployment CRUD operations.withVersion(String version) Set the version property: The Server version.
-
Constructor Details
-
SupportedServerVersionInner
public SupportedServerVersionInner()Creates an instance of SupportedServerVersionInner class.
-
-
Method Details
-
value
Get the value property: The raw server version value which could be passed to deployment CRUD operations.- Returns:
- the value value.
-
withValue
Set the value property: The raw server version value which could be passed to deployment CRUD operations.- Parameters:
value- the value value to set.- Returns:
- the SupportedServerVersionInner object itself.
-
server
Get the server property: The server name.- Returns:
- the server value.
-
withServer
Set the server property: The server name.- Parameters:
server- the server value to set.- Returns:
- the SupportedServerVersionInner object itself.
-
version
Get the version property: The Server version.- Returns:
- the version value.
-
withVersion
Set the version property: The Server version.- Parameters:
version- the version value to set.- Returns:
- the SupportedServerVersionInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-