ConfigurationStorePropertiesUpdateParameters interface

The properties for updating a configuration store.

Properties

azureFrontDoor

Property specifying the configuration of Azure Front Door for this configuration store

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.

encryption

The encryption settings of the configuration store.

publicNetworkAccess

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

telemetry

Property specifying the configuration of telemetry to update for this configuration store

Property Details

azureFrontDoor

Property specifying the configuration of Azure Front Door for this configuration store

azureFrontDoor?: AzureFrontDoorProperties

Property Value

dataPlaneProxy

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

dataPlaneProxy?: DataPlaneProxyProperties

Property Value

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.

defaultKeyValueRevisionRetentionPeriodInSeconds?: number

Property Value

number

disableLocalAuth

Disables all authentication methods other than AAD authentication.

disableLocalAuth?: boolean

Property Value

boolean

enablePurgeProtection

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

enablePurgeProtection?: boolean

Property Value

boolean

encryption

The encryption settings of the configuration store.

encryption?: EncryptionProperties

Property Value

publicNetworkAccess

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

publicNetworkAccess?: string

Property Value

string

telemetry

Property specifying the configuration of telemetry to update for this configuration store

telemetry?: TelemetryProperties

Property Value