Class ConfigurationStoreState
Inherited Members
Namespace: Pulumi.Azure.AppConfiguration
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ConfigurationStoreState : ResourceArgs
Constructors
View SourceConfigurationStoreState()
Declaration
public ConfigurationStoreState()
Properties
View SourceEndpoint
The URL of the App Configuration.
Declaration
public Input<string> Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the App Configuration. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrimaryReadKeys
A primary_read_key block as defined below containing the primary read access key.
Declaration
public InputList<ConfigurationStorePrimaryReadKeyGetArgs> PrimaryReadKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ConfigurationStorePrimaryReadKeyGetArgs> |
PrimaryWriteKeys
A primary_write_key block as defined below containing the primary write access key.
Declaration
public InputList<ConfigurationStorePrimaryWriteKeyGetArgs> PrimaryWriteKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ConfigurationStorePrimaryWriteKeyGetArgs> |
ResourceGroupName
The name of the resource group in which to create the App Configuration. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecondaryReadKeys
A secondary_read_key block as defined below containing the secondary read access key.
Declaration
public InputList<ConfigurationStoreSecondaryReadKeyGetArgs> SecondaryReadKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ConfigurationStoreSecondaryReadKeyGetArgs> |
SecondaryWriteKeys
A secondary_write_key block as defined below containing the secondary write access key.
Declaration
public InputList<ConfigurationStoreSecondaryWriteKeyGetArgs> SecondaryWriteKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ConfigurationStoreSecondaryWriteKeyGetArgs> |
Sku
The SKU name of the the App Configuration. Possible values are free and standard.
Declaration
public Input<string> Sku { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |