ArmAppConfigurationModelFactory.AppConfigurationStorePatch Method

Definition

public static Azure.ResourceManager.AppConfiguration.Models.AppConfigurationStorePatch AppConfigurationStorePatch(bool? disableLocalAuth = default, Azure.ResourceManager.AppConfiguration.Models.AppConfigurationPublicNetworkAccess? publicNetworkAccess = default, bool? enablePurgeProtection = default, Azure.ResourceManager.AppConfiguration.Models.AppConfigurationDataPlaneProxyProperties dataPlaneProxy = default, long? defaultKeyValueRevisionRetentionPeriodInSeconds = default, Azure.ResourceManager.AppConfiguration.Models.AppConfigurationKeyVaultProperties encryptionKeyVaultProperties = default, Azure.Core.ResourceIdentifier telemetryResourceId = default, Azure.Core.ResourceIdentifier azureFrontDoorResourceId = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, string skuName = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member AppConfigurationStorePatch : Nullable<bool> * Nullable<Azure.ResourceManager.AppConfiguration.Models.AppConfigurationPublicNetworkAccess> * Nullable<bool> * Azure.ResourceManager.AppConfiguration.Models.AppConfigurationDataPlaneProxyProperties * Nullable<int64> * Azure.ResourceManager.AppConfiguration.Models.AppConfigurationKeyVaultProperties * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.ResourceManager.Models.ManagedServiceIdentity * string * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.AppConfiguration.Models.AppConfigurationStorePatch
Public Shared Function AppConfigurationStorePatch (Optional disableLocalAuth As Nullable(Of Boolean) = Nothing, Optional publicNetworkAccess As Nullable(Of AppConfigurationPublicNetworkAccess) = Nothing, Optional enablePurgeProtection As Nullable(Of Boolean) = Nothing, Optional dataPlaneProxy As AppConfigurationDataPlaneProxyProperties = Nothing, Optional defaultKeyValueRevisionRetentionPeriodInSeconds As Nullable(Of Long) = Nothing, Optional encryptionKeyVaultProperties As AppConfigurationKeyVaultProperties = Nothing, Optional telemetryResourceId As ResourceIdentifier = Nothing, Optional azureFrontDoorResourceId As ResourceIdentifier = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional skuName As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As AppConfigurationStorePatch

Parameters

disableLocalAuth
Nullable<Boolean>

Disables all authentication methods other than AAD authentication.

publicNetworkAccess
Nullable<AppConfigurationPublicNetworkAccess>

Control permission for data plane traffic coming from public networks while private endpoint is enabled.

enablePurgeProtection
Nullable<Boolean>

Property specifying whether protection against purge is enabled for this configuration store.

dataPlaneProxy
AppConfigurationDataPlaneProxyProperties

Property specifying the configuration of data plane proxy for Azure Resource Manager (ARM).

defaultKeyValueRevisionRetentionPeriodInSeconds
Nullable<Int64>

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.

encryptionKeyVaultProperties
AppConfigurationKeyVaultProperties

Key vault properties.

telemetryResourceId
ResourceIdentifier

Resource ID of a resource enabling telemetry collection.

azureFrontDoorResourceId
ResourceIdentifier

Resource ID of an Azure Front Door profile.

identity
ManagedServiceIdentity

The managed identity information for the configuration store.

skuName
String

The SKU name of the configuration store.

tags
IDictionary<String,String>

The ARM resource tags.

Returns

A new AppConfigurationStorePatch instance for mocking.

Applies to