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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET