Class DeploymentMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DeploymentMode>
com.azure.resourcemanager.hdinsight.containers.models.DeploymentMode
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
A string property that indicates the deployment mode of Flink cluster. It can have one of the following enum values
=> Application, Session. Default value is Session.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DeploymentModeStatic value Application for DeploymentMode.static final DeploymentModeStatic value Session for DeploymentMode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeploymentModefromString(String name) Creates or finds a DeploymentMode from its string representation.static Collection<DeploymentMode> values()Gets known DeploymentMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
APPLICATION
Static value Application for DeploymentMode. -
SESSION
Static value Session for DeploymentMode.
-
-
Constructor Details
-
DeploymentMode
Deprecated.Use thefromString(String)factory method.Creates a new instance of DeploymentMode value.
-
-
Method Details
-
fromString
Creates or finds a DeploymentMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DeploymentMode.
-
values
Gets known DeploymentMode values.- Returns:
- known DeploymentMode values.
-
fromString(String)factory method.