ConfigurationStoreProperties Class

Definition

The properties of a configuration store.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ConfigurationStorePropertiesTypeConverter))]
public class ConfigurationStoreProperties : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStoreProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ConfigurationStorePropertiesTypeConverter))>]
type ConfigurationStoreProperties = class
    interface IConfigurationStoreProperties
    interface IJsonSerializable
Public Class ConfigurationStoreProperties
Implements IConfigurationStoreProperties
Inheritance
ConfigurationStoreProperties
Attributes
Implements

Constructors

ConfigurationStoreProperties()

Creates an new ConfigurationStoreProperties instance.

Properties

CreateMode

Indicates whether the configuration store need to be recovered.

CreationDate

The creation date of configuration store.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConfigurationStoreProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConfigurationStoreProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStoreProperties.

FromJsonString(String)

Creates a new instance of ConfigurationStoreProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConfigurationStoreProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to