Microsoft.Azure.Commands.HDInsight.Models.AzureHdInsightManagementClient.ListPersistedScripts C# (CSharp) Method

ListPersistedScripts() public method

public ListPersistedScripts ( string resourceGroupName, string clusterName ) : ClusterListPersistedScriptActionsResponse
resourceGroupName string
clusterName string
return ClusterListPersistedScriptActionsResponse
        public virtual ClusterListPersistedScriptActionsResponse ListPersistedScripts(string resourceGroupName, string clusterName)
        {
            return HdInsightManagementClient.Clusters.ListPersistedScripts(resourceGroupName, clusterName);
        }