EventGridTopicCollection.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 de manière asynchrone une rubrique avec les paramètres spécifiés.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}
- IdTopics_CreateOrUpdate d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.EventGrid.EventGridTopicResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string topicName, Azure.ResourceManager.EventGrid.EventGridTopicData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.EventGrid.EventGridTopicData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.EventGrid.EventGridTopicResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.EventGrid.EventGridTopicData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.EventGrid.EventGridTopicResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, topicName As String, data As EventGridTopicData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of EventGridTopicResource))
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.
- topicName
- String
Nom de la rubrique.
- data
- EventGridTopicData
Informations sur la rubrique.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
topicName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
topicName
ou data
est null.
S’applique à
Azure SDK for .NET