ServerVersion Class
- java.
lang. Object - com.
microsoft. azure. management. sql. ServerVersion
- com.
public class ServerVersion
Defines values for ServerVersion.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Server |
ONE_TWO_FULL_STOP_ZERO
Static value 12.0 for ServerVersion. |
final Server |
TWO_FULL_STOP_ZERO
Static value 2.0 for ServerVersion. |
Constructor Summary
Constructor | Description |
---|---|
ServerVersion(String value) |
Creates a custom value for ServerVersion. |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | equals(Object obj) |
int | hashCode() |
String | toString() |
Field Details
ONE_TWO_FULL_STOP_ZERO
public static final ServerVersion ONE_TWO_FULL_STOP_ZERO= new ServerVersion("12.0")
Static value 12.0 for ServerVersion.
TWO_FULL_STOP_ZERO
public static final ServerVersion TWO_FULL_STOP_ZERO= new ServerVersion("2.0")
Static value 2.0 for ServerVersion.
Constructor Details
ServerVersion
public ServerVersion(String value)
Creates a custom value for ServerVersion.
Parameters:
value
- the custom value
Method Details
equals
public boolean equals(Object obj)
Parameters:
obj
hashCode
public int hashCode()
toString
public String toString()
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java