Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDisasterRecoveryPairingAuthorizationKey 接口

定义

表示 DisasterRecoveryPairingAuthorizationRule 的访问密钥的类型。

public interface IDisasterRecoveryPairingAuthorizationKey : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.Models.AccessKeysInner>
type IDisasterRecoveryPairingAuthorizationKey = interface
    interface IBeta
    interface IHasInner<AccessKeysInner>
Public Interface IDisasterRecoveryPairingAuthorizationKey
Implements IBeta, IHasInner(Of AccessKeysInner)
实现

属性

AliasPrimaryConnectionString

获取别名主连接字符串。

AliasSecondaryConnectionString

获取别名辅助连接字符串。

Inner

表示 DisasterRecoveryPairingAuthorizationRule 的访问密钥的类型。

(继承自 IHasInner<T>)
PrimaryConnectionString

获取主连接字符串。

PrimaryKey

获取主访问密钥。

SecondaryConnectionString

获取辅助连接字符串。

SecondaryKey

获取辅助访问密钥。

适用于