ScriptExecutionCollection.CreateOrUpdate 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.
Créer ou mettre à jour une exécution de script dans un cloud privé
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/scriptExecutions/{scriptExecutionName}
- IdScriptExecutions_CreateOrUpdate d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.ScriptExecutionResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string scriptExecutionName, Azure.ResourceManager.Avs.ScriptExecutionData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Avs.ScriptExecutionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.ScriptExecutionResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Avs.ScriptExecutionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Avs.ScriptExecutionResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, scriptExecutionName As String, data As ScriptExecutionData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ScriptExecutionResource)
Paramètres
- waitUntil
- WaitUntil
Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations Azure.Core Long-Running.
- scriptExecutionName
- String
Nom de la ressource d’exécution de script appelée par l’utilisateur.
- data
- ScriptExecutionData
Script s’exécutant dans le cloud privé.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
scriptExecutionName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
scriptExecutionName
ou data
est null.
S’applique à
Azure SDK for .NET