IConfigurationStore Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ConfigurationStoreTypeConverter))]
public interface IConfigurationStore : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ConfigurationStoreTypeConverter))>]
type IConfigurationStore = interface
interface IJsonSerializable
interface ITrackedResource
interface IResource
Public Interface IConfigurationStore
Implements ITrackedResource
- Derived
- Attributes
- Implements
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. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from IResource) |
IdentityPrincipalId |
The principal id of the identity. This property will only be provided for a system-assigned identity. |
IdentityTenantId |
The tenant id associated with the resource's identity. This property will only be provided for a system-assigned identity. |
IdentityType |
The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities. |
IdentityUserAssignedIdentity |
The list of user-assigned identities associated with the resource. The user-assigned identity dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. |
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. |
Location |
The geo-location where the resource lives (Inherited from ITrackedResource) |
Name |
The name of the resource (Inherited from IResource) |
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. |
SkuName |
The SKU name of the configuration store. |
SoftDeleteRetentionInDay |
The amount of time in days that the configuration store will be retained when it is soft deleted. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Tag |
Resource tags. (Inherited from ITrackedResource) |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from IResource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |