Partager via


ChannelsOperationsExtensions.CreateOrUpdateAsync Méthode

Définition

Créer ou mettre à jour un canal.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.Channel> CreateOrUpdateAsync (this Microsoft.Azure.Management.EventGrid.IChannelsOperations operations, string resourceGroupName, string partnerNamespaceName, string channelName, Microsoft.Azure.Management.EventGrid.Models.Channel channelInfo, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.EventGrid.IChannelsOperations * string * string * string * Microsoft.Azure.Management.EventGrid.Models.Channel * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.Channel>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IChannelsOperations, resourceGroupName As String, partnerNamespaceName As String, channelName As String, channelInfo As Channel, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

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

S’applique à