Partager via


ChannelsOperationsExtensions.CreateOrUpdate Méthode

Définition

Créer ou mettre à jour un canal.

public static Microsoft.Azure.Management.EventGrid.Models.Channel CreateOrUpdate (this Microsoft.Azure.Management.EventGrid.IChannelsOperations operations, string resourceGroupName, string partnerNamespaceName, string channelName, Microsoft.Azure.Management.EventGrid.Models.Channel channelInfo);
static member CreateOrUpdate : Microsoft.Azure.Management.EventGrid.IChannelsOperations * string * string * string * Microsoft.Azure.Management.EventGrid.Models.Channel -> Microsoft.Azure.Management.EventGrid.Models.Channel
<Extension()>
Public Function CreateOrUpdate (operations As IChannelsOperations, resourceGroupName As String, partnerNamespaceName As String, channelName As String, channelInfo As Channel) As Channel

Paramètres

operations
IChannelsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources au sein de l’abonnement partenaires.

partnerNamespaceName
String

Nom de l’espace de noms partenaire.

channelName
String

Nom du canal.

channelInfo
Channel

Informations sur le canal.

Retours

Remarques

Crée ou met à jour de manière synchrone un nouveau canal avec les paramètres spécifiés.

S’applique à