次の方法で共有


IEventHubDisasterRecoveryPairing インターフェイス

定義

イベント ハブ名前空間のディザスター リカバリー ペアリングを表す型。

public interface IEventHubDisasterRecoveryPairing : Microsoft.Azure.Management.Eventhub.Fluent.INestedResource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.Models.ArmDisasterRecoveryInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubDisasterRecoveryPairing>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Update.IUpdate>
type IEventHubDisasterRecoveryPairing = interface
    interface IBeta
    interface INestedResource
    interface IIndexable
    interface IHasId
    interface IHasManager<IEventHubManager>
    interface IRefreshable<IEventHubDisasterRecoveryPairing>
    interface IUpdatable<IUpdate>
    interface IHasInner<ArmDisasterRecoveryInner>
Public Interface IEventHubDisasterRecoveryPairing
Implements IBeta, IHasId, IHasInner(Of ArmDisasterRecoveryInner), IHasManager(Of IEventHubManager), IIndexable, INestedResource, IRefreshable(Of IEventHubDisasterRecoveryPairing), IUpdatable(Of IUpdate)
実装

プロパティ

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Inner

イベント ハブ名前空間のディザスター リカバリー ペアリングを表す型。

(継承元 IHasInner<T>)
Key

イベント ハブ名前空間のディザスター リカバリー ペアリングを表す型。

(継承元 IIndexable)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)
Name

リソース名を取得します。

(継承元 INestedResource)
NamespaceRole

名前空間ロールを取得します。

PrimaryNamespaceName

ペアリングのプライマリ イベント ハブ名前空間を取得します。

PrimaryNamespaceResourceGroupName

プライマリ イベント ハブ名前空間リソース グループを取得します。

ProvisioningState

ペアリングのプロビジョニング状態を取得します。

SecondaryNamespaceId

ペアリングのセカンダリ イベント ハブ名前空間を取得します。

Type

リソースの種類を取得します。

(継承元 INestedResource)

メソッド

BreakPairing()

プライマリ名前空間とセカンダリ名前空間の間のペアリングを解除します。

BreakPairingAsync(CancellationToken)

プライマリ名前空間とセカンダリ名前空間の間のペアリングを解除します。

FailOver()

セカンダリ名前空間がプライマリになるようにフェールオーバーを実行します。

FailOverAsync(CancellationToken)

セカンダリ名前空間がプライマリになるようにフェールオーバーを実行します。

ListAuthorizationRules()

イベント ハブ名前空間のディザスター リカバリー ペアリングを表す型。

ListAuthorizationRulesAsync(CancellationToken)

イベント ハブ名前空間のディザスター リカバリー ペアリングを表す型。

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
Update()

イベント ハブ名前空間のディザスター リカバリー ペアリングを表す型。

(継承元 IUpdatable<T>)

適用対象