IConfigurationStoreUpdateParameters Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ConfigurationStoreUpdateParametersTypeConverter))]
public interface IConfigurationStoreUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.ConfigurationStoreUpdateParametersTypeConverter))>]
type IConfigurationStoreUpdateParameters = interface
    interface IJsonSerializable
Public Interface IConfigurationStoreUpdateParameters
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to