Partager via


ProfileResource.UpdateAsync Méthode

Définition

Mises à jour un profil Azure Front Door Standard ou Azure Front Door Premium ou CDN existant avec le nom de profil spécifié sous l’abonnement et le groupe de ressources spécifiés.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}
  • IdProfiles_Update d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.ProfileResource>> UpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Cdn.Models.ProfilePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Cdn.Models.ProfilePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.ProfileResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Cdn.Models.ProfilePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.ProfileResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, patch As ProfilePatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ProfileResource))

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.

patch
ProfilePatch

Propriétés de profil nécessaires pour mettre à jour un profil existant.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

patch a la valeur null.

S’applique à