MockableRecoveryServicesBackupResourceGroupResource.GetBackupUsageSummariesAsync Method
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.
Fetches the backup management usage summaries of the vault.
- Request Path: /Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupUsageSummaries
- Operation Id: BackupUsageSummaries_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupManagementUsage> GetBackupUsageSummariesAsync (string vaultName, string filter = default, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBackupUsageSummariesAsync : string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupManagementUsage>
override this.GetBackupUsageSummariesAsync : string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupManagementUsage>
Public Overridable Function GetBackupUsageSummariesAsync (vaultName As String, Optional filter As String = Nothing, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BackupManagementUsage)
Parameters
- vaultName
- String
The name of the recovery services vault.
- filter
- String
OData filter options.
- skipToken
- String
skipToken Filter.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of BackupManagementUsage that may take multiple service requests to iterate over.
Exceptions
vaultName
is an empty string, and was expected to be non-empty.
vaultName
is null.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET