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

ReplicationUsagesOperationsExtensions.List 方法

定义

提取保管库的复制使用情况。

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage> List (this Microsoft.Azure.Management.RecoveryServices.IReplicationUsagesOperations operations, string resourceGroupName, string vaultName);
static member List : Microsoft.Azure.Management.RecoveryServices.IReplicationUsagesOperations * string * string -> seq<Microsoft.Azure.Management.RecoveryServices.Models.ReplicationUsage>
<Extension()>
Public Function List (operations As IReplicationUsagesOperations, resourceGroupName As String, vaultName As String) As IEnumerable(Of ReplicationUsage)

参数

operations
IReplicationUsagesOperations

此扩展方法的操作组。

resourceGroupName
String

恢复服务保管库所在的资源组的名称。

vaultName
String

恢复服务保管库的名称。

返回

适用于