Get all HDInsight script action history for a specified cluster name.
azureScriptActionHistory(azureActiveContext, resourceGroup, clustername = "*",
subscriptionID, name, type, verbose = FALSE)# S3 method for azureScriptActionHistory
summary(object, ...)
A container used for caching variables used by AzureSMR
, created by createAzureContext()
Name of the resource group
Cluster name, used for HDI and Spark clusters. See azureCreateHDI()
Subscription ID. This is obtained automatically by azureAuthenticate()
when only a single subscriptionID is available via Active Directory
filter by resource name
filter by resource type
Print Tracing information (Default False)
azureScriptActionHistory object, created by azureScriptActionHistory()
not used
Dataframe of HDInsight Clusters
https://docs.microsoft.com/en-us/rest/api/hdinsight/hdinsight-cluster#list-all-persisted-script-actions-for-a-cluster-linux-cluster-only
Other HDInsight functions: azureCreateHDI
,
azureDeleteHDI
, azureHDIConf
,
azureListHDI
, azureResizeHDI
,
azureRunScriptAction