IDisasterRecoveryPairingAuthorizationRule Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type representing authorization rule of EventHubDisasterRecoveryPairing.
public interface IDisasterRecoveryPairingAuthorizationRule : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.Models.AuthorizationRuleInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.EventHub.Fluent.EventHubManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName
type IDisasterRecoveryPairingAuthorizationRule = interface
interface IBeta
interface IHasName
interface IHasInner<AuthorizationRuleInner>
interface IHasManager<EventHubManager>
Public Interface IDisasterRecoveryPairingAuthorizationRule
Implements IBeta, IHasInner(Of AuthorizationRuleInner), IHasManager(Of EventHubManager), IHasName
- Implements
-
IBeta IHasInner<AuthorizationRuleInner> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.EventHubManager> IHasName
Properties
Inner | (Inherited from IHasInner<T>) |
Manager |
Gets the manager client type of this resource type. (Inherited from IHasManager<ManagerT>) |
Name |
Gets the name of the resource (Inherited from IHasName) |
Rights |
Gets rights associated with the rule. |
Methods
GetKeys() | |
GetKeysAsync(CancellationToken) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET