Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.Action
Packages that use Action
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of Action in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type Action in com.azure.resourcemanager.hdinsight.containers.modelsModifier and TypeClassDescriptionfinal classA string property that indicates the action to be performed on the Flink job.Fields in com.azure.resourcemanager.hdinsight.containers.models declared as ActionModifier and TypeFieldDescriptionstatic final ActionAction.CANCELStatic value CANCEL for Action.static final ActionAction.DELETEStatic value DELETE for Action.static final ActionAction.LAST_STATE_UPDATEStatic value LAST_STATE_UPDATE for Action.static final ActionAction.LIST_SAVEPOINTStatic value LIST_SAVEPOINT for Action.static final ActionAction.NEWStatic value NEW for Action.static final ActionAction.RE_LAUNCHStatic value RE_LAUNCH for Action.static final ActionAction.SAVEPOINTStatic value SAVEPOINT for Action.static final ActionAction.STARTStatic value START for Action.static final ActionAction.STATELESS_UPDATEStatic value STATELESS_UPDATE for Action.static final ActionAction.STOPStatic value STOP for Action.static final ActionAction.UPDATEStatic value UPDATE for Action.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ActionModifier and TypeMethodDescriptionFlinkJobProperties.action()Get the action property: A string property that indicates the action to be performed on the Flink job.static ActionAction.fromString(String name) Creates or finds a Action from its string representation.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ActionModifier and TypeMethodDescriptionstatic Collection<Action> Action.values()Gets known Action values.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ActionModifier and TypeMethodDescriptionFlinkJobProperties.withAction(Action action) Set the action property: A string property that indicates the action to be performed on the Flink job.