Partager via


DeploymentScriptsOperationsExtensions.Delete Méthode

Définition

Supprime un script de déploiement. Une fois l’opération terminée, status code 200 retourné sans contenu.

public static void Delete (this Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations operations, string resourceGroupName, string scriptName);
static member Delete : Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As IDeploymentScriptsOperations, resourceGroupName As String, scriptName As String)

Paramètres

operations
IDeploymentScriptsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

scriptName
String

Nom du script de déploiement.

S’applique à