ConfigurationStoreProperties interface
The properties of a configuration store.
Properties
| azure |
Property specifying the configuration of Azure Front Door for this configuration store |
| create |
Indicates whether the configuration store need to be recovered. |
| creation |
The creation date of configuration store. |
| 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. |
| endpoint | The DNS endpoint where the configuration store API will be available. |
| managed |
Managed On Behalf Of Configuration. |
| private |
The list of private endpoint connections that are set up for this resource. |
| provisioning |
The provisioning state of the configuration store. |
| public |
Control permission for data plane traffic coming from public networks while private endpoint is enabled. |
| soft |
The amount of time in days that the configuration store will be retained when it is soft deleted. |
| telemetry | Property specifying the configuration of telemetry for this configuration store |
Property Details
azureFrontDoor
Property specifying the configuration of Azure Front Door for this configuration store
azureFrontDoor?: AzureFrontDoorProperties
Property Value
createMode
Indicates whether the configuration store need to be recovered.
createMode?: CreateMode
Property Value
creationDate
The creation date of configuration store.
creationDate?: Date
Property Value
Date
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
endpoint
The DNS endpoint where the configuration store API will be available.
endpoint?: string
Property Value
string
managedOnBehalfOfConfiguration
Managed On Behalf Of Configuration.
managedOnBehalfOfConfiguration?: ManagedOnBehalfOfConfiguration
Property Value
privateEndpointConnections
The list of private endpoint connections that are set up for this resource.
privateEndpointConnections?: PrivateEndpointConnectionReference[]
Property Value
provisioningState
The provisioning state of the configuration store.
provisioningState?: string
Property Value
string
publicNetworkAccess
Control permission for data plane traffic coming from public networks while private endpoint is enabled.
publicNetworkAccess?: string
Property Value
string
softDeleteRetentionInDays
The amount of time in days that the configuration store will be retained when it is soft deleted.
softDeleteRetentionInDays?: number
Property Value
number
telemetry
Property specifying the configuration of telemetry for this configuration store
telemetry?: TelemetryProperties