Freigeben über


SystemTopicsOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellen Sie ein Systemthema.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.SystemTopic> CreateOrUpdateAsync (this Microsoft.Azure.Management.EventGrid.ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName, Microsoft.Azure.Management.EventGrid.Models.SystemTopic systemTopicInfo, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.EventGrid.ISystemTopicsOperations * string * string * Microsoft.Azure.Management.EventGrid.Models.SystemTopic * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.SystemTopic>
<Extension()>
Public Function CreateOrUpdateAsync (operations As ISystemTopicsOperations, resourceGroupName As String, systemTopicName As String, systemTopicInfo As SystemTopic, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SystemTopic)

Parameter

operations
ISystemTopicsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe im Abonnement des Benutzers.

systemTopicName
String

Name des Systemthemas.

systemTopicInfo
SystemTopic

Informationen zum Systemthema.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Erstellt asynchron ein neues Systemthema mit den angegebenen Parametern.

Gilt für: