HubCollection.CreateOrUpdate 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 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.HubResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string hubName, Azure.ResourceManager.CustomerInsights.HubData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.CustomerInsights.HubData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.HubResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.CustomerInsights.HubData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.HubResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, hubName As String, data As HubData, Optional cancellationToken As CancellationToken = Nothing) As 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 à
Azure SDK for .NET