Megosztás a következőn keresztül:


BackupFilter Class

Definition

The OData filters to be used for backups.

public class BackupFilter
type BackupFilter = class
Public Class BackupFilter
Inheritance
BackupFilter

Constructors

BackupFilter()

Initializes a new instance of the BackupFilter class.

BackupFilter(String, String, Nullable<DateTime>)

Initializes a new instance of the BackupFilter class.

Properties

BackupPolicyId

Gets or sets specifies the backupPolicyId of the backups to be filtered. Only 'Equality' operator is supported for this property.

CreatedTime

Gets or sets specifies the creation time of the backups to be filtered. Only 'Greater Than or Equal To' and 'Lesser Than or Equal To' operators are supported for this property.

VolumeId

Gets or sets specifies the volumeId of the backups to be filtered. Only 'Equality' operator is supported for this property.

Applies to