AppConfigurationStoreData Class

Definition

A class representing the AppConfigurationStore data model. 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>
public class AppConfigurationStoreData : Azure.ResourceManager.Models.TrackedResourceData
type AppConfigurationStoreData = class
    inherit TrackedResourceData
    interface IJsonModel<AppConfigurationStoreData>
    interface IPersistableModel<AppConfigurationStoreData>
type AppConfigurationStoreData = class
    inherit TrackedResourceData
Public Class AppConfigurationStoreData
Inherits TrackedResourceData
Implements IJsonModel(Of AppConfigurationStoreData), IPersistableModel(Of AppConfigurationStoreData)
Public Class AppConfigurationStoreData
Inherits TrackedResourceData
Inheritance
AppConfigurationStoreData
Implements

Constructors

AppConfigurationStoreData(AzureLocation, AppConfigurationSku)

Initializes a new instance of AppConfigurationStoreData.

Properties

CreatedOn

The creation date of configuration store.

CreateMode

Indicates whether the configuration store need to be recovered.

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)
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)

Explicit Interface Implementations

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.

Applies to