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

DeletePersistedScript() public method

public DeletePersistedScript ( string resourceGroupName, string clusterName, string scriptName ) : AzureOperationResponse
resourceGroupName string
clusterName string
scriptName string
return AzureOperationResponse
        public virtual AzureOperationResponse DeletePersistedScript(string resourceGroupName, string clusterName, string scriptName)
        {
            return HdInsightManagementClient.Clusters.DeletePersistedScript(resourceGroupName, clusterName, scriptName);
        }