TimeBasedImmutability Struct
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.
The setting for whether or not time-based immutability is enabled for the LTR backup. When time-based immutability is enabled and locked, the backup cannot be deleted until BackupExpirationTime.
public readonly struct TimeBasedImmutability : IEquatable<Azure.ResourceManager.Sql.Models.TimeBasedImmutability>
type TimeBasedImmutability = struct
Public Structure TimeBasedImmutability
Implements IEquatable(Of TimeBasedImmutability)
- Inheritance
-
TimeBasedImmutability
- Implements
Constructors
| Name | Description |
|---|---|
| TimeBasedImmutability(String) |
Initializes a new instance of TimeBasedImmutability. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Enabled |
Enabled. |
Methods
| Name | Description |
|---|---|
| Equals(TimeBasedImmutability) |
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
| Name | Description |
|---|---|
| Equality(TimeBasedImmutability, TimeBasedImmutability) |
Determines if two TimeBasedImmutability values are the same. |
| Implicit(String to TimeBasedImmutability) |
Converts a String to a TimeBasedImmutability. |
| Inequality(TimeBasedImmutability, TimeBasedImmutability) |
Determines if two TimeBasedImmutability values are not the same. |