ConfigurationStoreUpdateParameters interface

The parameters for updating a configuration store.

Properties

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.

identity

The managed identity information for the configuration store.

publicNetworkAccess

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

The SKU of the configuration store.

sku?: Sku

Property Value

Sku

tags

The ARM resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}