TopicsOperationsExtensions.CreateOrUpdate メソッド

定義

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

public static Microsoft.Azure.Management.ServiceBus.Models.SBTopic CreateOrUpdate (this Microsoft.Azure.Management.ServiceBus.ITopicsOperations operations, string resourceGroupName, string namespaceName, string topicName, Microsoft.Azure.Management.ServiceBus.Models.SBTopic parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.ServiceBus.ITopicsOperations * string * string * string * Microsoft.Azure.Management.ServiceBus.Models.SBTopic -> Microsoft.Azure.Management.ServiceBus.Models.SBTopic
<Extension()>
Public Function CreateOrUpdate (operations As ITopicsOperations, resourceGroupName As String, namespaceName As String, topicName As String, parameters As SBTopic) As SBTopic

パラメーター

operations
ITopicsOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

topicName
String

トピック名。

parameters
SBTopic

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

戻り値

適用対象