IDisasterRecoveryPairingAuthorizationRules インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ディザスター リカバリーのペアリング承認規則を管理するためのエントリ ポイント。
public interface IDisasterRecoveryPairingAuthorizationRules : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Eventhub.Fluent.IDisasterRecoveryPairingAuthorizationRule>, 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.EventHubManager>
type IDisasterRecoveryPairingAuthorizationRules = interface
interface IBeta
interface ISupportsGettingById<IDisasterRecoveryPairingAuthorizationRule>
interface IHasInner<IDisasterRecoveryConfigsOperations>
interface IHasManager<EventHubManager>
Public Interface IDisasterRecoveryPairingAuthorizationRules
Implements IBeta, IHasInner(Of IDisasterRecoveryConfigsOperations), IHasManager(Of EventHubManager), ISupportsGettingById(Of IDisasterRecoveryPairingAuthorizationRule)
- 実装
-
ISupportsGettingById<IDisasterRecoveryPairingAuthorizationRule> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IDisasterRecoveryConfigsOperations> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.EventHubManager>
プロパティ
Inner |
ディザスター リカバリーのペアリング承認規則を管理するためのエントリ ポイント。 (継承元 IHasInner<T>) |
Manager |
このリソースの種類のマネージャー クライアントの種類を取得します。 (継承元 IHasManager<ManagerT>) |
メソッド
GetById(String) |
リソース ID に基づいて、Azure からリソースに関する情報を取得します。 (継承元 ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
リソース ID に基づいて、Azure からリソースに関する情報を取得します。 (継承元 ISupportsGettingById<T>) |
GetByName(String, String, String, String) |
ディザスター リカバリーのペアリングにアクセスするために使用できる承認規則を取得します。 |
GetByNameAsync(String, String, String, String, CancellationToken) |
ディザスター リカバリーのペアリングにアクセスするために使用できる承認規則を取得します。 |
ListByDisasterRecoveryPairing(String, String, String) |
ディザスター リカバリーのペアリングにアクセスするために使用できる承認規則を一覧表示します。 |
ListByDisasterRecoveryPairingAsync(String, String, String, CancellationToken) |
ディザスター リカバリーのペアリングにアクセスするために使用できる承認規則を一覧表示します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET