Partager via


AppPlatformConfigServerResource.CreateOrUpdate Méthode

Définition

Mettez à jour le serveur de configuration.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configServers/default
  • IdConfigServers_UpdatePut d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformConfigServerResource> CreateOrUpdate (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppPlatform.AppPlatformConfigServerData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.AppPlatform.AppPlatformConfigServerData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformConfigServerResource>
override this.CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.AppPlatform.AppPlatformConfigServerData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformConfigServerResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, data As AppPlatformConfigServerData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of AppPlatformConfigServerResource)

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.

data
AppPlatformConfigServerData

Paramètres de l’opération de mise à jour.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

data a la valeur null.

S’applique à