Freigeben über


ChannelsOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellen oder Aktualisieren eines Kanals.

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)

Parameter

operations
IChannelsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe innerhalb des Partnerabonnements.

partnerNamespaceName
String

Name des Partnernamespaces.

channelName
String

Name des Kanals.

channelInfo
Channel

Kanalinformationen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Erstellt oder aktualisiert synchron einen neuen Kanal mit den angegebenen Parametern.

Gilt für: