ConfigurationStoreUpdateParameters 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 parameters for updating a configuration store.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.ConfigurationStoreUpdateParametersTypeConverter))]
public class ConfigurationStoreUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IConfigurationStoreUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.ConfigurationStoreUpdateParametersTypeConverter))>]
type ConfigurationStoreUpdateParameters = class
interface IConfigurationStoreUpdateParameters
interface IJsonSerializable
Public Class ConfigurationStoreUpdateParameters
Implements IConfigurationStoreUpdateParameters
- Inheritance
-
ConfigurationStoreUpdateParameters
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ConfigurationStoreUpdateParameters() |
Creates an new ConfigurationStoreUpdateParameters instance. |
Properties
| Name | Description |
|---|---|
| DataPlaneProxyAuthenticationMode |
The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources. |
| DataPlaneProxyPrivateLinkDelegation |
The data plane proxy private link delegation. This property manages if a request from delegated Azure Resource Manager (ARM) private link is allowed when the data plane resource requires private link. |
| DefaultKeyValueRevisionRetentionPeriodInSecond |
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. |
| 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. |
| PublicNetworkAccess |
Control permission for data plane traffic coming from public networks while private endpoint is enabled. |
| SkuName |
The SKU name of the configuration store. |
| Tag |
The ARM resource tags. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConfigurationStoreUpdateParameters. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConfigurationStoreUpdateParameters. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IConfigurationStoreUpdateParameters. |
| FromJsonString(String) |
Creates a new instance of ConfigurationStoreUpdateParameters, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConfigurationStoreUpdateParameters into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |