DeploymentScriptsOperationsExtensions.UpdateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mises à jour balises de script de déploiement avec des valeurs spécifiées.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript> UpdateAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations operations, string resourceGroupName, string scriptName, Microsoft.Azure.Management.ResourceManager.Models.DeploymentScriptUpdateParameter deploymentScript = default, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.DeploymentScriptUpdateParameter * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript>
<Extension()>
Public Function UpdateAsync (operations As IDeploymentScriptsOperations, resourceGroupName As String, scriptName As String, Optional deploymentScript As DeploymentScriptUpdateParameter = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET