Freigeben über


TopicsOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt ein Thema im angegebenen Namespace. https://msdn.microsoft.com/en-us/library/azure/mt639409.aspx

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceBus.Models.SBTopic> CreateOrUpdateAsync (this Microsoft.Azure.Management.ServiceBus.ITopicsOperations operations, string resourceGroupName, string namespaceName, string topicName, Microsoft.Azure.Management.ServiceBus.Models.SBTopic parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ServiceBus.ITopicsOperations * string * string * string * Microsoft.Azure.Management.ServiceBus.Models.SBTopic * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceBus.Models.SBTopic>
<Extension()>
Public Function CreateOrUpdateAsync (operations As ITopicsOperations, resourceGroupName As String, namespaceName As String, topicName As String, parameters As SBTopic, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SBTopic)

Parameter

operations
ITopicsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

namespaceName
String

Der Namespacename

topicName
String

Der Name des Themas.

parameters
SBTopic

Parameter, die zum Erstellen einer Themenressource bereitgestellt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: