次の方法で共有


TopicsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

指定した名前空間にトピックを作成します。 https://msdn.microsoft.com/en-us/library/azure/mt639409.aspx

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

パラメーター

operations
ITopicsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

namespaceName
String

名前空間名

topicName
String

トピック名。

parameters
TopicInner

トピック リソースを作成するために指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象