IEventHubDisasterRecoveryPairings インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
イベント ハブ名前空間のディザスター リカバリー ペアリングを管理するためのエントリ ポイント。
public interface IEventHubDisasterRecoveryPairings : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Eventhub.Fluent.EventHubDisasterRecoveryPairing.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubDisasterRecoveryPairing>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IDisasterRecoveryConfigsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
type IEventHubDisasterRecoveryPairings = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface ISupportsDeletingById
interface ISupportsGettingById<IEventHubDisasterRecoveryPairing>
interface IHasInner<IDisasterRecoveryConfigsOperations>
interface IHasManager<IEventHubManager>
Public Interface IEventHubDisasterRecoveryPairings
Implements IBeta, IHasInner(Of IDisasterRecoveryConfigsOperations), IHasManager(Of IEventHubManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IEventHubDisasterRecoveryPairing)
- 実装
-
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsGettingById<IEventHubDisasterRecoveryPairing> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IDisasterRecoveryConfigsOperations> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
プロパティ
AuthorizationRules |
ディザスター リカバリー ペアリングの承認規則を管理するためのエントリ ポイントを取得します。 |
Inner |
イベント ハブ名前空間のディザスター リカバリー ペアリングを管理するためのエントリ ポイント。 (継承元 IHasInner<T>) |
Manager |
このリソースの種類のマネージャー クライアントの種類を取得します。 (継承元 IHasManager<ManagerT>) |
メソッド
Define(String) |
イベント ハブ名前空間のディザスター リカバリー ペアリングを管理するためのエントリ ポイント。 (継承元 ISupportsCreating<T>) |
DeleteById(String) |
Azure からリソースを削除し、リソース ID で識別します。 (継承元 ISupportsDeletingById) |
DeleteByIdAsync(String, CancellationToken) |
Azure からリソースを削除し、リソース ID で識別します。 (継承元 ISupportsDeletingById) |
DeleteByName(String, String, String) |
リソース グループの下にある名前空間のディザスター リカバリー ペアリングを削除します。 |
DeleteByNameAsync(String, String, String, CancellationToken) |
リソース グループの下にある名前空間のディザスター リカバリー ペアリングを削除します。 |
GetById(String) |
リソース ID に基づいて、Azure からリソースに関する情報を取得します。 (継承元 ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
リソース ID に基づいて、Azure からリソースに関する情報を取得します。 (継承元 ISupportsGettingById<T>) |
GetByName(String, String, String) |
リソース グループの下にある名前空間のディザスター リカバリー ペアリングを取得します。 |
GetByNameAsync(String, String, String, CancellationToken) |
リソース グループの下にある名前空間のディザスター リカバリー ペアリングを取得します。 |
ListByNamespace(String, String) |
リソース グループの下にある名前空間のディザスター リカバリー のペアリングを一覧表示します。 |
ListByNamespaceAsync(String, String, CancellationToken) |
リソース グループの下にある名前空間のディザスター リカバリー のペアリングを一覧表示します。 |
適用対象
Azure SDK for .NET