ArmAppConfigurationModelFactory.AppConfigurationStoreData Method
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.
public static Azure.ResourceManager.AppConfiguration.AppConfigurationStoreData AppConfigurationStoreData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.AppConfiguration.Models.AppConfigurationProvisioningState? provisioningState = default, DateTimeOffset? createdOn = default, string endpoint = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppConfiguration.Models.AppConfigurationPrivateEndpointConnectionReference> privateEndpointConnections = default, Azure.ResourceManager.AppConfiguration.Models.AppConfigurationPublicNetworkAccess? publicNetworkAccess = default, bool? disableLocalAuth = default, int? softDeleteRetentionInDays = default, long? defaultKeyValueRevisionRetentionPeriodInSeconds = default, bool? enablePurgeProtection = default, Azure.ResourceManager.AppConfiguration.Models.AppConfigurationDataPlaneProxyProperties dataPlaneProxy = default, Azure.ResourceManager.AppConfiguration.Models.AppConfigurationCreateMode? createMode = default, Azure.ResourceManager.AppConfiguration.Models.AppConfigurationKeyVaultProperties encryptionKeyVaultProperties = default, Azure.Core.ResourceIdentifier telemetryResourceId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppConfiguration.Models.AppConfigurationMoboBrokerResourceInfo> managedOnBehalfOfMoboBrokerResources = default, Azure.Core.ResourceIdentifier azureFrontDoorResourceId = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, string skuName = default);
static member AppConfigurationStoreData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.AppConfiguration.Models.AppConfigurationProvisioningState> * Nullable<DateTimeOffset> * string * seq<Azure.ResourceManager.AppConfiguration.Models.AppConfigurationPrivateEndpointConnectionReference> * Nullable<Azure.ResourceManager.AppConfiguration.Models.AppConfigurationPublicNetworkAccess> * Nullable<bool> * Nullable<int> * Nullable<int64> * Nullable<bool> * Azure.ResourceManager.AppConfiguration.Models.AppConfigurationDataPlaneProxyProperties * Nullable<Azure.ResourceManager.AppConfiguration.Models.AppConfigurationCreateMode> * Azure.ResourceManager.AppConfiguration.Models.AppConfigurationKeyVaultProperties * Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.AppConfiguration.Models.AppConfigurationMoboBrokerResourceInfo> * Azure.Core.ResourceIdentifier * Azure.ResourceManager.Models.ManagedServiceIdentity * string -> Azure.ResourceManager.AppConfiguration.AppConfigurationStoreData
Public Shared Function AppConfigurationStoreData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional provisioningState As Nullable(Of AppConfigurationProvisioningState) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional endpoint As String = Nothing, Optional privateEndpointConnections As IEnumerable(Of AppConfigurationPrivateEndpointConnectionReference) = Nothing, Optional publicNetworkAccess As Nullable(Of AppConfigurationPublicNetworkAccess) = Nothing, Optional disableLocalAuth As Nullable(Of Boolean) = Nothing, Optional softDeleteRetentionInDays As Nullable(Of Integer) = Nothing, Optional defaultKeyValueRevisionRetentionPeriodInSeconds As Nullable(Of Long) = Nothing, Optional enablePurgeProtection As Nullable(Of Boolean) = Nothing, Optional dataPlaneProxy As AppConfigurationDataPlaneProxyProperties = Nothing, Optional createMode As Nullable(Of AppConfigurationCreateMode) = Nothing, Optional encryptionKeyVaultProperties As AppConfigurationKeyVaultProperties = Nothing, Optional telemetryResourceId As ResourceIdentifier = Nothing, Optional managedOnBehalfOfMoboBrokerResources As IEnumerable(Of AppConfigurationMoboBrokerResourceInfo) = Nothing, Optional azureFrontDoorResourceId As ResourceIdentifier = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional skuName As String = Nothing) As AppConfigurationStoreData
Parameters
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- String
The name of the resource.
- resourceType
- ResourceType
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- tags
- IDictionary<String,String>
Resource tags.
- location
- AzureLocation
The geo-location where the resource lives.
- provisioningState
- Nullable<AppConfigurationProvisioningState>
The provisioning state of the configuration store.
- createdOn
- Nullable<DateTimeOffset>
The creation date of configuration store.
- endpoint
- String
The DNS endpoint where the configuration store API will be available.
- privateEndpointConnections
- IEnumerable<AppConfigurationPrivateEndpointConnectionReference>
The list of private endpoint connections that are set up for this resource.
- publicNetworkAccess
- Nullable<AppConfigurationPublicNetworkAccess>
Control permission for data plane traffic coming from public networks while private endpoint is enabled.
Disables all authentication methods other than AAD authentication.
The amount of time in days that the configuration store will be retained when it is soft deleted.
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.
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).
- createMode
- Nullable<AppConfigurationCreateMode>
Indicates whether the configuration store need to be recovered.
- encryptionKeyVaultProperties
- AppConfigurationKeyVaultProperties
Key vault properties.
- telemetryResourceId
- ResourceIdentifier
Resource ID of a resource enabling telemetry collection.
- managedOnBehalfOfMoboBrokerResources
- IEnumerable<AppConfigurationMoboBrokerResourceInfo>
Managed-On-Behalf-Of broker resources.
- azureFrontDoorResourceId
- ResourceIdentifier
Resource ID of an Azure Front Door profile.
- identity
- ManagedServiceIdentity
The managed identity information, if configured.
- skuName
- String
The SKU name of the configuration store.
Returns
A new AppConfigurationStoreData instance for mocking.