IDisasterRecoveryPairingAuthorizationRules インターフェイス

定義

ディザスター リカバリーのペアリング承認規則を管理するためのエントリ ポイント。

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)

ディザスター リカバリーのペアリングにアクセスするために使用できる承認規則を一覧表示します。

適用対象