Udostępnij przez


TimeBasedImmutability Struct

Definition

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.

Applies to