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

ServiceClientAdapter.GetBackupUsageSummary Method

Definition

Gets Backup Usage Summary - registered containers/items within the vault

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupManagementUsage> GetBackupUsageSummary (string vaultName, string resourceGroupName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSBackupSummariesQueryObject> queryFilter);
member this.GetBackupUsageSummary : string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BMSBackupSummariesQueryObject> -> seq<Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupManagementUsage>
Public Function GetBackupUsageSummary (vaultName As String, resourceGroupName As String, queryFilter As ODataQuery(Of BMSBackupSummariesQueryObject)) As IEnumerable(Of BackupManagementUsage)

Parameters

vaultName
String
resourceGroupName
String

Returns

Applies to