ConfigurationStoreUpdateParameters interface
The parameters for updating a configuration store.
Properties
data |
Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM). |
default |
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. |
disable |
Disables all authentication methods other than AAD authentication. |
enable |
Property specifying whether protection against purge is enabled for this configuration store. |
encryption | The encryption settings of the configuration store. |
identity | The managed identity information for the configuration store. |
public |
Control permission for data plane traffic coming from public networks while private endpoint is enabled. |
sku | The SKU of the configuration store. |
tags | The ARM resource tags. |
Property Details
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
identity
The managed identity information for the configuration store.
identity?: ResourceIdentity
Property Value
publicNetworkAccess
Control permission for data plane traffic coming from public networks while private endpoint is enabled.
publicNetworkAccess?: string
Property Value
string
sku
tags
The ARM resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}