Freigeben über


TransparentDataEncryptionScanState Struct

Definition

Specifies the encryption scan state of the transparent data encryption.

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

Constructors

Name Description
TransparentDataEncryptionScanState(String)

Initializes a new instance of TransparentDataEncryptionScanState.

Properties

Name Description
Aborted

Aborted.

Completed

Completed.

None

None.

Resume

Resume.

Running

Running.

Suspend

Suspend.

Methods

Name Description
Equals(TransparentDataEncryptionScanState)

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

Determines if two TransparentDataEncryptionScanState values are the same.

Implicit(String to TransparentDataEncryptionScanState)

Converts a String to a TransparentDataEncryptionScanState.

Inequality(TransparentDataEncryptionScanState, TransparentDataEncryptionScanState)

Determines if two TransparentDataEncryptionScanState values are not the same.

Applies to