SystemTopicsOperationsExtensions.BeginCreateOrUpdateAsync 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 système.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.SystemTopic> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.EventGrid.ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName, Microsoft.Azure.Management.EventGrid.Models.SystemTopic systemTopicInfo, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.EventGrid.ISystemTopicsOperations * string * string * Microsoft.Azure.Management.EventGrid.Models.SystemTopic * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.SystemTopic>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As ISystemTopicsOperations, resourceGroupName As String, systemTopicName As String, systemTopicInfo As SystemTopic, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SystemTopic)
Paramètres
- operations
- ISystemTopicsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources dans l’abonnement de l’utilisateur.
- systemTopicName
- String
Nom de la rubrique système.
- systemTopicInfo
- SystemTopic
Informations sur la rubrique système.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Crée de manière asynchrone une rubrique système avec les paramètres spécifiés.
S’applique à
Azure SDK for .NET