Partager via


ProfileResourceFormatCollection.CreateOrUpdate Méthode

Définition

Crée un profil dans un hub ou met à jour un profil existant.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/profiles/{profileName}
  • IdProfiles_CreateOrUpdate d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.ProfileResourceFormatResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string profileName, Azure.ResourceManager.CustomerInsights.ProfileResourceFormatData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.CustomerInsights.ProfileResourceFormatData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.ProfileResourceFormatResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.CustomerInsights.ProfileResourceFormatData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.ProfileResourceFormatResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, profileName As String, data As ProfileResourceFormatData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ProfileResourceFormatResource)

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.

data
ProfileResourceFormatData

Paramètres fournis à l’opération créer/supprimer le type de 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 à