azureScriptActionHistory: Get all HDInsight script action history for a specified...

Description Usage Arguments Value References See Also

Description

Get all HDInsight script action history for a specified cluster name.

Usage

1
2
3
4
5
azureScriptActionHistory(azureActiveContext, resourceGroup, clustername = "*",
  subscriptionID, name, type, verbose = FALSE)

## S3 method for class 'azureScriptActionHistory'
summary(object, ...)

Arguments

azureActiveContext

A container used for caching variables used by AzureSMR

resourceGroup

Name of the resource group

clustername

Cluster name, used for HDI and Spark clusters. See azureCreateHDI()

subscriptionID

Subscription ID. This is obtained automatically by azureAuthenticate() when only a single subscriptionID is available via Active Directory

name

filter by resource name

type

filter by resource type

verbose

Print Tracing information (Default False)

object

azureScriptActionHistory object, created by azureScriptActionHistory()

...

not used

Value

Dataframe of HDInsight Clusters

References

https://docs.microsoft.com/en-us/rest/api/hdinsight/hdinsight-cluster#list-all-persisted-script-actions-for-a-cluster-linux-cluster-only

See Also

Other HDInsight functions: azureCreateHDI, azureDeleteHDI, azureHDIConf, azureListHDI, azureResizeHDI, azureRunScriptAction


ymmah/AzureSMR documentation built on May 6, 2019, 10:53 a.m.