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