你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ConfigurationStore 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ConfigurationStoreTypeConverter))]
public class ConfigurationStore : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore, Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ConfigurationStoreTypeConverter))>]
type ConfigurationStore = class
interface IConfigurationStore
interface IJsonSerializable
interface ITrackedResource
interface IResource
interface IValidates
Public Class ConfigurationStore
Implements IConfigurationStore, IValidates
- Inheritance
-
ConfigurationStore
- Attributes
- Implements
Constructors
ConfigurationStore() |
Creates an new ConfigurationStore 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. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
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 |
Name |
The name of the resource |
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. |
ResourceGroupName |
Gets the resource group name |
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. |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConfigurationStore. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConfigurationStore. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore. |
FromJsonString(String) |
Creates a new instance of ConfigurationStore, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConfigurationStore into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |