Partager via


DevCenterProjectEnvironmentCollection.CreateOrUpdate Méthode

Définition

Crée ou met à jour un type d’environnement de projet.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}/environmentTypes/{environmentTypeName}
  • IdProjectEnvironmentTypes_CreateOrUpdate d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevCenter.DevCenterProjectEnvironmentResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string environmentTypeName, Azure.ResourceManager.DevCenter.DevCenterProjectEnvironmentData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DevCenter.DevCenterProjectEnvironmentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevCenter.DevCenterProjectEnvironmentResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DevCenter.DevCenterProjectEnvironmentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevCenter.DevCenterProjectEnvironmentResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, environmentTypeName As String, data As DevCenterProjectEnvironmentData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DevCenterProjectEnvironmentResource)

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée 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 de Long-Running Azure.Core.

environmentTypeName
String

Nom du type d’environnement.

data
DevCenterProjectEnvironmentData

Représente un type d’environnement de projet.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

environmentTypeName est une chaîne vide et devait être non vide.

environmentTypeName ou data est null.

S’applique à