ServerVersion Class

  • java.lang.Object
    • com.microsoft.azure.management.sql.ServerVersion

public class ServerVersion

Defines values for ServerVersion.

Field Summary

Modifier and Type Field and Description
final ServerVersion ONE_TWO_FULL_STOP_ZERO

Static value 12.0 for ServerVersion.

final ServerVersion 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