Partager via


HubCollection.CreateOrUpdateAsync Méthode

Définition

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

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

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.

hubName
String

Nom du hub.

data
HubData

Paramètres fournis à l’opération CreateOrUpdate Hub.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

hubName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

hubName ou data est null.

S’applique à