Partager via


TopicsOperationsExtensions.BeginCreateOrUpdate Méthode

Définition

Créez une rubrique.

public static Microsoft.Azure.Management.EventGrid.Models.Topic BeginCreateOrUpdate (this Microsoft.Azure.Management.EventGrid.ITopicsOperations operations, string resourceGroupName, string topicName, Microsoft.Azure.Management.EventGrid.Models.Topic topicInfo);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.EventGrid.ITopicsOperations * string * string * Microsoft.Azure.Management.EventGrid.Models.Topic -> Microsoft.Azure.Management.EventGrid.Models.Topic
<Extension()>
Public Function BeginCreateOrUpdate (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 les rubriques.

Retours

Remarques

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

S’applique à