SqlAlwaysEncryptedProperties Class
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.
Sql always encrypted properties.
public class SqlAlwaysEncryptedProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.SqlAlwaysEncryptedProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.SqlAlwaysEncryptedProperties>
public class SqlAlwaysEncryptedProperties
type SqlAlwaysEncryptedProperties = class
interface IJsonModel<SqlAlwaysEncryptedProperties>
interface IPersistableModel<SqlAlwaysEncryptedProperties>
type SqlAlwaysEncryptedProperties = class
Public Class SqlAlwaysEncryptedProperties
Implements IJsonModel(Of SqlAlwaysEncryptedProperties), IPersistableModel(Of SqlAlwaysEncryptedProperties)
Public Class SqlAlwaysEncryptedProperties
- Inheritance
-
SqlAlwaysEncryptedProperties
- Implements
Constructors
SqlAlwaysEncryptedProperties(SqlAlwaysEncryptedAkvAuthType) |
Initializes a new instance of SqlAlwaysEncryptedProperties. |
Properties
AlwaysEncryptedAkvAuthType |
Sql always encrypted AKV authentication type. Type: string. |
Credential |
The credential reference containing authentication information. |
ServicePrincipalId |
The client ID of the application in Azure Active Directory used for Azure Key Vault authentication. Type: string (or Expression with resultType string). |
ServicePrincipalKey |
The key of the service principal used to authenticate against Azure Key Vault. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SqlAlwaysEncryptedProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SqlAlwaysEncryptedProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SqlAlwaysEncryptedProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SqlAlwaysEncryptedProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SqlAlwaysEncryptedProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET