Partager via


DeploymentScriptsOperationsExtensions.Update Méthode

Définition

Mises à jour balises de script de déploiement avec les valeurs spécifiées.

public static Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript Update (this Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations operations, string resourceGroupName, string scriptName, Microsoft.Azure.Management.ResourceManager.Models.DeploymentScriptUpdateParameter deploymentScript = default);
static member Update : Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentScriptUpdateParameter -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript
<Extension()>
Public Function Update (operations As IDeploymentScriptsOperations, resourceGroupName As String, scriptName As String, Optional deploymentScript As DeploymentScriptUpdateParameter = Nothing) As DeploymentScript

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.

deploymentScript
DeploymentScriptUpdateParameter

Ressource de script de déploiement avec les balises à mettre à jour.

Retours

S’applique à