BackupFilter Constructors

Definition

Overloads

BackupFilter()

Initializes a new instance of the BackupFilter class.

BackupFilter(String, String, Nullable<DateTime>)

Initializes a new instance of the BackupFilter class.

BackupFilter()

Initializes a new instance of the BackupFilter class.

public BackupFilter ();
Public Sub New ()

Applies to

BackupFilter(String, String, Nullable<DateTime>)

Initializes a new instance of the BackupFilter class.

public BackupFilter (string backupPolicyId = default, string volumeId = default, DateTime? createdTime = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.BackupFilter : string * string * Nullable<DateTime> -> Microsoft.Azure.Management.StorSimple8000Series.Models.BackupFilter
Public Sub New (Optional backupPolicyId As String = Nothing, Optional volumeId As String = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing)

Parameters

backupPolicyId
String

Specifies the backupPolicyId of the backups to be filtered. Only 'Equality' operator is supported for this property.

volumeId
String

Specifies the volumeId of the backups to be filtered. Only 'Equality' operator is supported for this property.

createdTime
Nullable<DateTime>

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.

Applies to