ConfigurationStoreUpdateParameters interface
The parameters for updating a configuration store.
Properties
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
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}