Freigeben über


AppConfigurationDataPlaneProxyProperties Class

Definition

The data plane proxy settings for a configuration store.

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

Constructors

AppConfigurationDataPlaneProxyProperties()

Initializes a new instance of AppConfigurationDataPlaneProxyProperties.

Properties

AuthenticationMode

The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources.

PrivateLinkDelegation

The data plane proxy private link delegation. This property manages if a request from delegated Azure Resource Manager (ARM) private link is allowed when the data plane resource requires private link.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AppConfigurationDataPlaneProxyProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppConfigurationDataPlaneProxyProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppConfigurationDataPlaneProxyProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppConfigurationDataPlaneProxyProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppConfigurationDataPlaneProxyProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to