Show / Hide Table of Contents

Class ConfigurationStoreState

Inheritance
System.Object
InputArgs
ResourceArgs
ConfigurationStoreState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.AppConfiguration
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ConfigurationStoreState : ResourceArgs

Constructors

View Source

ConfigurationStoreState()

Declaration
public ConfigurationStoreState()

Properties

View Source

Endpoint

The URL of the App Configuration.

Declaration
public Input<string> Endpoint { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.