AppConfigurationStoreData Class
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.
The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it.
public class AppConfigurationStoreData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppConfiguration.AppConfigurationStoreData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppConfiguration.AppConfigurationStoreData>
type AppConfigurationStoreData = class
inherit TrackedResourceData
interface IJsonModel<AppConfigurationStoreData>
interface IPersistableModel<AppConfigurationStoreData>
Public Class AppConfigurationStoreData
Inherits TrackedResourceData
Implements IJsonModel(Of AppConfigurationStoreData), IPersistableModel(Of AppConfigurationStoreData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| AppConfigurationStoreData(AzureLocation, AppConfigurationSku) |
Initializes a new instance of AppConfigurationStoreData. |
Properties
| Name | Description |
|---|---|
| AzureFrontDoorResourceId |
Resource ID of an Azure Front Door profile. |
| CreatedOn |
The creation date of configuration store. |
| CreateMode |
Indicates whether the configuration store need to be recovered. |
| DataPlaneProxy |
Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM). |
| 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. |
| DisableLocalAuth |
Disables all authentication methods other than AAD authentication. |
| EnablePurgeProtection |
Property specifying whether protection against purge is enabled for this configuration store. |
| EncryptionKeyVaultProperties |
Key vault properties. |
| Endpoint |
The DNS endpoint where the configuration store API will be available. |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| Identity |
The managed identity information, if configured. |
| Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
| ManagedOnBehalfOfMoboBrokerResources |
Managed-On-Behalf-Of broker resources. |
| Name |
The name of the resource. (Inherited from ResourceData) |
| PrivateEndpointConnections |
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. |
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| SkuName |
The SKU name of the configuration store. |
| SoftDeleteRetentionInDays |
The amount of time in days that the configuration store will be retained when it is soft deleted. |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
| Tags |
Resource tags. (Inherited from TrackedResourceData) |
| TelemetryResourceId |
Resource ID of a resource enabling telemetry collection. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<AppConfigurationStoreData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<AppConfigurationStoreData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<AppConfigurationStoreData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<AppConfigurationStoreData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<AppConfigurationStoreData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |