Partager via


TopicsOperationsExtensions.CreateOrUpdate Méthode

Définition

Créez une rubrique.

public static Microsoft.Azure.Management.EventGrid.Models.Topic CreateOrUpdate (this Microsoft.Azure.Management.EventGrid.ITopicsOperations operations, string resourceGroupName, string topicName, Microsoft.Azure.Management.EventGrid.Models.Topic topicInfo);
static member CreateOrUpdate : Microsoft.Azure.Management.EventGrid.ITopicsOperations * string * string * Microsoft.Azure.Management.EventGrid.Models.Topic -> Microsoft.Azure.Management.EventGrid.Models.Topic
<Extension()>
Public Function CreateOrUpdate (operations As ITopicsOperations, resourceGroupName As String, topicName As String, topicInfo As Topic) As Topic

Paramètres

operations
ITopicsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources dans l’abonnement de l’utilisateur.

topicName
String

Nom de la rubrique.

topicInfo
Topic

Informations sur la rubrique.

Retours

Remarques

Crée de manière asynchrone une rubrique avec les paramètres spécifiés.

S’applique à