IDisasterRecoveryPairingAuthorizationRules Interface

Definition

Entry point to manage disaster recovery pairing authorization rules.

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)
Implements
ISupportsGettingById<IDisasterRecoveryPairingAuthorizationRule> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IDisasterRecoveryConfigsOperations> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.EventHubManager>

Properties

Inner (Inherited from IHasInner<T>)
Manager

Gets the manager client type of this resource type.

(Inherited from IHasManager<ManagerT>)

Methods

GetById(String)

Gets the information about a resource from Azure based on the resource id.

(Inherited from ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Gets the information about a resource from Azure based on the resource id.

(Inherited from ISupportsGettingById<T>)
GetByName(String, String, String, String)

Gets an authorization rule that can be used to access the disaster recovery pairing.

GetByNameAsync(String, String, String, String, CancellationToken)

Gets an authorization rule that can be used to access the disaster recovery pairing.

ListByDisasterRecoveryPairing(String, String, String)

Lists the authorization rules that can be used to access the disaster recovery pairing.

ListByDisasterRecoveryPairingAsync(String, String, String, CancellationToken)

Lists the authorization rules that can be used to access the disaster recovery pairing.

Applies to