SystemTopicsOperationsExtensions.BeginUpdateAsync 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.
Mettre à jour une rubrique système.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.SystemTopic> BeginUpdateAsync (this Microsoft.Azure.Management.EventGrid.ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName, Microsoft.Azure.Management.EventGrid.Models.SystemTopicUpdateParameters systemTopicUpdateParameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.EventGrid.ISystemTopicsOperations * string * string * Microsoft.Azure.Management.EventGrid.Models.SystemTopicUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.SystemTopic>
<Extension()>
Public Function BeginUpdateAsync (operations As ISystemTopicsOperations, resourceGroupName As String, systemTopicName As String, systemTopicUpdateParameters As SystemTopicUpdateParameters, 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.
- systemTopicUpdateParameters
- SystemTopicUpdateParameters
Informations de mise à jour SystemTopic.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Met à jour de manière asynchrone une rubrique système avec les paramètres spécifiés.
S’applique à
Azure SDK for .NET