你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CompatibilityLevel Class
- java.
lang. Object - com.
microsoft. azure. management. streamanalytics. CompatibilityLevel
- com.
public class CompatibilityLevel
Defines values for CompatibilityLevel.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Compatibility |
ONE_FULL_STOP_ZERO
Static value 1.0 for CompatibilityLevel. |
Constructor Summary
Constructor | Description |
---|---|
CompatibilityLevel(String value) |
Creates a custom value for CompatibilityLevel. |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | equals(Object obj) |
int | hashCode() |
String | toString() |
Field Details
ONE_FULL_STOP_ZERO
public static final CompatibilityLevel ONE_FULL_STOP_ZERO= new CompatibilityLevel("1.0")
Static value 1.0 for CompatibilityLevel.
Constructor Details
CompatibilityLevel
public CompatibilityLevel(String value)
Creates a custom value for CompatibilityLevel.
Parameters:
value
- the custom value
Method Details
equals
public boolean equals(Object obj)
Parameters:
obj
hashCode
public int hashCode()
toString
public String toString()