Freigeben über


SetLegalHoldImmutability Struct

Definition

The setting for whether LegalHold is enabled or disabled on the LTR backup. When LegalHold is enabled, the backup cannot be deleted until the LegalHold is removed.

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

Constructors

Name Description
SetLegalHoldImmutability(String)

Initializes a new instance of SetLegalHoldImmutability.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
Equals(SetLegalHoldImmutability)

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(SetLegalHoldImmutability, SetLegalHoldImmutability)

Determines if two SetLegalHoldImmutability values are the same.

Implicit(String to SetLegalHoldImmutability)

Converts a String to a SetLegalHoldImmutability.

Inequality(SetLegalHoldImmutability, SetLegalHoldImmutability)

Determines if two SetLegalHoldImmutability values are not the same.

Applies to