Udostępnij za pośrednictwem


SqlAlwaysEncryptedEnclaveType Struct

Definition

Type of enclave requested on the elastic pool.

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

Constructors

SqlAlwaysEncryptedEnclaveType(String)

Initializes a new instance of SqlAlwaysEncryptedEnclaveType.

Properties

Default

Default.

Vbs

VBS.

Methods

Equals(SqlAlwaysEncryptedEnclaveType)

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

Determines if two SqlAlwaysEncryptedEnclaveType values are the same.

Implicit(String to SqlAlwaysEncryptedEnclaveType)

Converts a string to a SqlAlwaysEncryptedEnclaveType.

Inequality(SqlAlwaysEncryptedEnclaveType, SqlAlwaysEncryptedEnclaveType)

Determines if two SqlAlwaysEncryptedEnclaveType values are not the same.

Applies to