IConfigurationStoreProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.ConfigurationStorePropertiesTypeConverter))]
public interface IConfigurationStoreProperties : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.ConfigurationStorePropertiesTypeConverter))>]
type IConfigurationStoreProperties = interface
interface IJsonSerializable
Public Interface IConfigurationStoreProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| CreateMode |
Indicates whether the configuration store need to be recovered. |
| CreationDate |
The creation date of configuration store. |
| DataPlaneProxyAuthenticationMode |
The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources. |
| DataPlaneProxyPrivateLinkDelegation |
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. |
| DefaultKeyValueRevisionRetentionPeriodInSecond |
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. |
| Endpoint |
The DNS endpoint where the configuration store API will be available. |
| KeyVaultPropertyIdentityClientId |
The client id of the identity which will be used to access key vault. |
| KeyVaultPropertyKeyIdentifier |
The URI of the key vault key used to encrypt data. |
| PrivateEndpointConnection |
The list of private endpoint connections that are set up for this resource. |
| ProvisioningState |
The provisioning state of the configuration store. |
| PublicNetworkAccess |
Control permission for data plane traffic coming from public networks while private endpoint is enabled. |
| SoftDeleteRetentionInDay |
The amount of time in days that the configuration store will be retained when it is soft deleted. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |