Partager via


SystemTopicsOperationsExtensions.CreateOrUpdateAsync Méthode

Définition

Créez une rubrique système.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.SystemTopic> CreateOrUpdateAsync (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 CreateOrUpdateAsync : 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 CreateOrUpdateAsync (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 à