Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.DeploymentMode
Packages that use DeploymentMode
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of DeploymentMode in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type DeploymentMode in com.azure.resourcemanager.hdinsight.containers.modelsModifier and TypeClassDescriptionfinal classA string property that indicates the deployment mode of Flink cluster.Fields in com.azure.resourcemanager.hdinsight.containers.models declared as DeploymentModeModifier and TypeFieldDescriptionstatic final DeploymentModeDeploymentMode.APPLICATIONStatic value Application for DeploymentMode.static final DeploymentModeDeploymentMode.SESSIONStatic value Session for DeploymentMode.Methods in com.azure.resourcemanager.hdinsight.containers.models that return DeploymentModeModifier and TypeMethodDescriptionFlinkProfile.deploymentMode()Get the deploymentMode property: A string property that indicates the deployment mode of Flink cluster.static DeploymentModeDeploymentMode.fromString(String name) Creates or finds a DeploymentMode from its string representation.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type DeploymentModeModifier and TypeMethodDescriptionstatic Collection<DeploymentMode> DeploymentMode.values()Gets known DeploymentMode values.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type DeploymentModeModifier and TypeMethodDescriptionFlinkProfile.withDeploymentMode(DeploymentMode deploymentMode) Set the deploymentMode property: A string property that indicates the deployment mode of Flink cluster.