PartnerTopicsOperationsExtensions.Update 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 de partenaire.
public static Microsoft.Azure.Management.EventGrid.Models.PartnerTopic Update (this Microsoft.Azure.Management.EventGrid.IPartnerTopicsOperations operations, string resourceGroupName, string partnerTopicName, Microsoft.Azure.Management.EventGrid.Models.PartnerTopicUpdateParameters partnerTopicUpdateParameters);
static member Update : Microsoft.Azure.Management.EventGrid.IPartnerTopicsOperations * string * string * Microsoft.Azure.Management.EventGrid.Models.PartnerTopicUpdateParameters -> Microsoft.Azure.Management.EventGrid.Models.PartnerTopic
<Extension()>
Public Function Update (operations As IPartnerTopicsOperations, resourceGroupName As String, partnerTopicName As String, partnerTopicUpdateParameters As PartnerTopicUpdateParameters) As 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.
- partnerTopicUpdateParameters
- PartnerTopicUpdateParameters
Informations de mise à jour de PartnerTopic.
Retours
Remarques
Met à jour de manière asynchrone une rubrique partenaire avec les paramètres spécifiés.
S’applique à
Azure SDK for .NET