次の方法で共有


SubscriptionsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

トピック サブスクリプションを作成します。 https://msdn.microsoft.com/en-us/library/azure/mt639385.aspx

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

パラメーター

operations
ISubscriptionsOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

topicName
String

トピック名。

subscriptionName
String

サブスクリプション名。

parameters
SubscriptionInner

サブスクリプション リソースを作成するために指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象