IUpdate インターフェイス

定義

変更可能なすべての設定を含む Service Bus 名前空間の更新操作のテンプレート。

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusNamespace>, Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Update.IWithAuthorizationRule, Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Update.IWithQueue, Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Update.IWithSku, Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Update.IWithTopic
type IUpdate = interface
    interface IAppliable<IServiceBusNamespace>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithSku
    interface IWithQueue
    interface IWithTopic
    interface IWithAuthorizationRule
Public Interface IUpdate
Implements IAppliable(Of IServiceBusNamespace), IUpdateWithTags(Of IUpdate), IWithAuthorizationRule, IWithQueue, IWithSku, IWithTopic
実装

プロパティ

Key

変更可能なすべての設定を含む Service Bus 名前空間の更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
WithNewListenRule(String)

Service Bus 名前空間のリッスン承認規則を作成します。

(継承元 IWithAuthorizationRule)
WithNewManageRule(String)

Service Bus 名前空間の管理承認規則を作成します。

(継承元 IWithAuthorizationRule)
WithNewQueue(String, Int32)

Service Bus 名前空間にキュー エンティティを作成します。

(継承元 IWithQueue)
WithNewSendRule(String)

Service Bus 名前空間の送信承認規則を作成します。

(継承元 IWithAuthorizationRule)
WithNewTopic(String, Int32)

Service Bus 名前空間にトピック エンティティを作成します。

(継承元 IWithTopic)
WithoutAuthorizationRule(String)

Service Bus 名前空間から承認規則を削除します。

(継承元 IWithAuthorizationRule)
WithoutQueue(String)

Service Bus 名前空間からキュー エンティティを削除します。

(継承元 IWithQueue)
WithoutTag(String)

リソースからタグを削除します。

(継承元 IUpdateWithTags<T>)
WithoutTopic(String)

Service Bus 名前空間からトピック エンティティを削除します。

(継承元 IWithTopic)
WithSku(NamespaceSku)

名前空間 SKU を指定します。

(継承元 IWithSku)
WithTag(String, String)

リソースにタグを追加します。

(継承元 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

リソースのタグを {@link Map} として指定します。

(継承元 IUpdateWithTags<T>)

適用対象