CompatibilityLevel Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. streamanalytics. models. CompatibilityLevel
- com.
- com.
public final class CompatibilityLevel
extends ExpandableStringEnum<CompatibilityLevel>
Controls certain runtime behaviors of the streaming job.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Compatibility |
ONE_TWO
Static value 1.2 for Compatibility |
static final
Compatibility |
ONE_ZERO
Static value 1.0 for Compatibility |
Constructor Summary
Constructor | Description |
---|---|
CompatibilityLevel() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Compatibility |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Compatibility |
fromString(String name)
Creates or finds a Compatibility |
static
Collection<Compatibility |
values()
Gets known Compatibility |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ONE_TWO
public static final CompatibilityLevel ONE_TWO
Static value 1.2 for CompatibilityLevel.
ONE_ZERO
public static final CompatibilityLevel ONE_ZERO
Static value 1.0 for CompatibilityLevel.
Constructor Details
CompatibilityLevel
@Deprecated
public CompatibilityLevel()
Deprecated
Creates a new instance of CompatibilityLevel value.
Method Details
fromString
public static CompatibilityLevel fromString(String name)
Creates or finds a CompatibilityLevel from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known CompatibilityLevel values.
Returns:
Applies to
Azure SDK for Java