AzureHdInsightManagementClient.DeletePersistedScript Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public virtual void DeletePersistedScript (string resourceGroupName, string clusterName, string scriptName);
public virtual Microsoft.Azure.AzureOperationResponse DeletePersistedScript (string resourceGroupName, string clusterName, string scriptName);
abstract member DeletePersistedScript : string * string * string -> unit
override this.DeletePersistedScript : string * string * string -> unit
abstract member DeletePersistedScript : string * string * string -> Microsoft.Azure.AzureOperationResponse
override this.DeletePersistedScript : string * string * string -> Microsoft.Azure.AzureOperationResponse
Public Overridable Sub DeletePersistedScript (resourceGroupName As String, clusterName As String, scriptName As String)
Public Overridable Function DeletePersistedScript (resourceGroupName As String, clusterName As String, scriptName As String) As AzureOperationResponse
Parameters
- resourceGroupName
- String
- clusterName
- String
- scriptName
- String
Returns
Microsoft.Azure.AzureOperationResponse