Freigeben über


TopicsOperationsExtensions.BeginCreateOrUpdate Methode

Definition

Erstellen Sie ein Thema.

public static Microsoft.Azure.Management.EventGrid.Models.Topic BeginCreateOrUpdate (this Microsoft.Azure.Management.EventGrid.ITopicsOperations operations, string resourceGroupName, string topicName, Microsoft.Azure.Management.EventGrid.Models.Topic topicInfo);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.EventGrid.ITopicsOperations * string * string * Microsoft.Azure.Management.EventGrid.Models.Topic -> Microsoft.Azure.Management.EventGrid.Models.Topic
<Extension()>
Public Function BeginCreateOrUpdate (operations As ITopicsOperations, resourceGroupName As String, topicName As String, topicInfo As Topic) As Topic

Parameter

operations
ITopicsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe im Abonnement des Benutzers.

topicName
String

Name des Themas.

topicInfo
Topic

Themeninformationen.

Gibt zurück

Hinweise

Erstellt asynchron ein neues Thema mit den angegebenen Parametern.

Gilt für: