Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ScriptActionProfile
Packages that use ScriptActionProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ScriptActionProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ScriptActionProfileMethods in com.azure.resourcemanager.hdinsight.containers.models that return ScriptActionProfileModifier and TypeMethodDescriptionstatic ScriptActionProfileScriptActionProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScriptActionProfile from the JsonReader.Set the name property: Script name.ScriptActionProfile.withParameters(String parameters) Set the parameters property: Additional parameters for the script action.ScriptActionProfile.withServices(List<String> services) Set the services property: List of services to apply the script action.ScriptActionProfile.withShouldPersist(Boolean shouldPersist) Set the shouldPersist property: Specify if the script should persist on the cluster.ScriptActionProfile.withTimeoutInMinutes(Integer timeoutInMinutes) Set the timeoutInMinutes property: Timeout duration for the script action in minutes.Set the type property: Type of the script action.Set the url property: Url of the script file.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ScriptActionProfileModifier and TypeMethodDescriptionClusterProfile.scriptActionProfiles()Get the scriptActionProfiles property: The script action profile list.UpdatableClusterProfile.scriptActionProfiles()Get the scriptActionProfiles property: The script action profile list.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type ScriptActionProfileModifier and TypeMethodDescriptionClusterProfile.withScriptActionProfiles(List<ScriptActionProfile> scriptActionProfiles) Set the scriptActionProfiles property: The script action profile list.UpdatableClusterProfile.withScriptActionProfiles(List<ScriptActionProfile> scriptActionProfiles) Set the scriptActionProfiles property: The script action profile list.