Udostępnij za pośrednictwem


GetTdeCertificatesSqlTaskOutput Class

Definition

Output of the task that gets TDE certificates in Base64 encoded format.

public class GetTdeCertificatesSqlTaskOutput : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.GetTdeCertificatesSqlTaskOutput>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.GetTdeCertificatesSqlTaskOutput>
type GetTdeCertificatesSqlTaskOutput = class
    interface IJsonModel<GetTdeCertificatesSqlTaskOutput>
    interface IPersistableModel<GetTdeCertificatesSqlTaskOutput>
Public Class GetTdeCertificatesSqlTaskOutput
Implements IJsonModel(Of GetTdeCertificatesSqlTaskOutput), IPersistableModel(Of GetTdeCertificatesSqlTaskOutput)
Inheritance
GetTdeCertificatesSqlTaskOutput
Implements

Properties

Base64EncodedCertificates

Mapping from certificate name to base 64 encoded format.

ValidationErrors

Validation errors.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GetTdeCertificatesSqlTaskOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<GetTdeCertificatesSqlTaskOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GetTdeCertificatesSqlTaskOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GetTdeCertificatesSqlTaskOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<GetTdeCertificatesSqlTaskOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to