TopicsOperationsExtensions.BeginCreateOrUpdate 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é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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET