ProfileCollection.CreateOrUpdateAsync 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ée un profil Azure Front Door Standard ou Azure Front Door Premium ou CDN avec un nom de profil 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_Create d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.ProfileResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string profileName, Azure.ResourceManager.Cdn.ProfileData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Cdn.ProfileData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.ProfileResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Cdn.ProfileData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.ProfileResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, profileName As String, data As ProfileData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ProfileResource))
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.
- profileName
- String
Nom du profil Azure Front Door Standard ou Azure Front Door Premium ou CDN qui est unique au sein du groupe de ressources.
- data
- ProfileData
Propriétés de profil nécessaires pour créer un profil.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
profileName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
profileName
ou data
est null.
S’applique à
Azure SDK for .NET