AppConfigurationStorePatch Class

Definition

The parameters for updating a configuration store.

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

Constructors

Name Description
AppConfigurationStorePatch()

Initializes a new instance of AppConfigurationStorePatch.

Properties

Name Description
AzureFrontDoorResourceId

Resource ID of an Azure Front Door profile.

DataPlaneProxy

Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM).

DefaultKeyValueRevisionRetentionPeriodInSeconds

The duration in seconds to retain new key value revisions. Defaults to 604800 (7 days) for Free SKU stores and 2592000 (30 days) for Standard SKU stores and Premium SKU stores.

DisableLocalAuth

Disables all authentication methods other than AAD authentication.

EnablePurgeProtection

Property specifying whether protection against purge is enabled for this configuration store.

EncryptionKeyVaultProperties

Key vault properties.

Identity

The managed identity information for the configuration store.

PublicNetworkAccess

Control permission for data plane traffic coming from public networks while private endpoint is enabled.

SkuName

The SKU name of the configuration store.

Tags

The ARM resource tags.

TelemetryResourceId

Resource ID of a resource enabling telemetry collection.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<AppConfigurationStorePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppConfigurationStorePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppConfigurationStorePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppConfigurationStorePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to