EncryptionMigrationContent Class

Definition

Encryption migration request.

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

Constructors

EncryptionMigrationContent(String, String)

Initializes a new instance of EncryptionMigrationContent.

Properties

PrivateEndpointId

Identifier of the private endpoint to reach the Azure Key Vault.

VirtualNetworkId

Identifier for the virtual network.

Explicit Interface Implementations

IJsonModel<EncryptionMigrationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EncryptionMigrationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EncryptionMigrationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EncryptionMigrationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EncryptionMigrationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to