次の方法で共有


IUpdate インターフェイス

定義

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

public interface IUpdate : Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IWithAuthorizationRule, Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IWithEventHub, Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IWithSku, Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IWithThroughputConfiguration, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespace>
type IUpdate = interface
    interface IBeta
    interface IAppliable<IEventHubNamespace>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithSku
    interface IWithEventHub
    interface IWithAuthorizationRule
    interface IWithThroughputConfiguration
Public Interface IUpdate
Implements IAppliable(Of IEventHubNamespace), IBeta, IUpdateWithTags(Of IUpdate), IWithAuthorizationRule, IWithEventHub, IWithSku, IWithThroughputConfiguration
実装

プロパティ

Key

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

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

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

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

(継承元 IAppliable<T>)
WithAutoScaling()

負荷に基づいてスループット ユニットを自動的にスケールアップできるようにします。

(継承元 IWithThroughputConfiguration)
WithCurrentThroughputUnits(Int32)

現在のスループット ユニットを指定します。

(継承元 IWithThroughputConfiguration)
WithNewEventHub(String)

名前空間に新しいイベント ハブを作成することを指定します。

(継承元 IWithEventHub)
WithNewEventHub(String, Int32)

名前空間に新しいイベント ハブを作成することを指定します。

(継承元 IWithEventHub)
WithNewEventHub(String, Int32, Int32)

名前空間に新しいイベント ハブを作成することを指定します。

(継承元 IWithEventHub)
WithNewListenRule(String)

イベント ハブ名前空間へのリッスン アクセス権を持つ新しい承認規則を作成するように指定します。

(継承元 IWithAuthorizationRule)
WithNewManageRule(String)

イベント ハブ名前空間へのアクセスを管理する新しい承認規則を作成するように指定します。

(継承元 IWithAuthorizationRule)
WithNewSendRule(String)

イベント ハブ名前空間への送信アクセス権を持つ新しい承認規則を作成するように指定します。

(継承元 IWithAuthorizationRule)
WithoutAuthorizationRule(String)

イベント ハブ名前空間に関連付けられている承認規則を削除します。

(継承元 IWithAuthorizationRule)
WithoutEventHub(String)

イベント ハブ名前空間内のイベント ハブを削除します。

(継承元 IWithEventHub)
WithoutTag(String)

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

(継承元 IUpdateWithTags<T>)
WithSku(EventHubNamespaceSkuType)

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

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

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

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

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

(継承元 IUpdateWithTags<T>)
WithThroughputUnitsUpperLimit(Int32)

自動スカラーによるスケールアップが許可される最大スループット ユニットを指定します。

(継承元 IWithThroughputConfiguration)

適用対象