RegistryAdapter Class

Definition

Server farm registry adapter configuration. Serialized Name: RegistryAdapter

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

Constructors

Name Description
RegistryAdapter()

Initializes a new instance of RegistryAdapter.

Properties

Name Description
AdapterType

Type of the registry adapter. Serialized Name: RegistryAdapter.type

KeyVaultSecretReference

Key vault reference to the value that will be placed in the registry location Serialized Name: RegistryAdapter.keyVaultSecretReference

RegistryKey

Registry key for the adapter. Serialized Name: RegistryAdapter.registryKey

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<RegistryAdapter>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RegistryAdapter>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RegistryAdapter>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RegistryAdapter>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RegistryAdapter>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to