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


DiffBackupIntervalInHours Struct

Definition

The differential backup interval in hours. This is how many interval hours between each differential backup will be supported. This is only applicable to live databases but not dropped databases.

public readonly struct DiffBackupIntervalInHours : IEquatable<Azure.ResourceManager.Sql.Models.DiffBackupIntervalInHours>
type DiffBackupIntervalInHours = struct
Public Structure DiffBackupIntervalInHours
Implements IEquatable(Of DiffBackupIntervalInHours)
Inheritance
DiffBackupIntervalInHours
Implements

Constructors

DiffBackupIntervalInHours(Int32)

Initializes a new instance of DiffBackupIntervalInHours.

Properties

Twelve
TwentyFour

Methods

Equals(DiffBackupIntervalInHours)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(DiffBackupIntervalInHours, DiffBackupIntervalInHours)

Determines if two DiffBackupIntervalInHours values are the same.

Implicit(Int32 to DiffBackupIntervalInHours)

Converts a string to a DiffBackupIntervalInHours.

Inequality(DiffBackupIntervalInHours, DiffBackupIntervalInHours)

Determines if two DiffBackupIntervalInHours values are not the same.

Applies to