SqlAlwaysEncryptedEnclaveType 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.
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
Azure SDK for .NET