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

IDisasterRecoveryPairingAuthorizationRules.ListByDisasterRecoveryPairingAsync 方法

定义

列出可用于访问灾难恢复配对的授权规则。

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Eventhub.Fluent.IDisasterRecoveryPairingAuthorizationRule>> ListByDisasterRecoveryPairingAsync (string resourceGroupName, string namespaceName, string pairingName, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByDisasterRecoveryPairingAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Eventhub.Fluent.IDisasterRecoveryPairingAuthorizationRule>>
Public Function ListByDisasterRecoveryPairingAsync (resourceGroupName As String, namespaceName As String, pairingName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of IDisasterRecoveryPairingAuthorizationRule))

参数

resourceGroupName
String

资源组名称。

namespaceName
String

主命名空间名称。

pairingName
String

配对名称。

cancellationToken
CancellationToken

返回

适用于