1. Packages
  2. Azure Native v1
  3. API Docs
  4. appconfiguration
  5. listConfigurationStoreKeyValue
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.appconfiguration.listConfigurationStoreKeyValue

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Lists a configuration store key-value. API Version: 2020-06-01.

    Using listConfigurationStoreKeyValue

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function listConfigurationStoreKeyValue(args: ListConfigurationStoreKeyValueArgs, opts?: InvokeOptions): Promise<ListConfigurationStoreKeyValueResult>
    function listConfigurationStoreKeyValueOutput(args: ListConfigurationStoreKeyValueOutputArgs, opts?: InvokeOptions): Output<ListConfigurationStoreKeyValueResult>
    def list_configuration_store_key_value(config_store_name: Optional[str] = None,
                                           key: Optional[str] = None,
                                           label: Optional[str] = None,
                                           resource_group_name: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> ListConfigurationStoreKeyValueResult
    def list_configuration_store_key_value_output(config_store_name: Optional[pulumi.Input[str]] = None,
                                           key: Optional[pulumi.Input[str]] = None,
                                           label: Optional[pulumi.Input[str]] = None,
                                           resource_group_name: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[ListConfigurationStoreKeyValueResult]
    func ListConfigurationStoreKeyValue(ctx *Context, args *ListConfigurationStoreKeyValueArgs, opts ...InvokeOption) (*ListConfigurationStoreKeyValueResult, error)
    func ListConfigurationStoreKeyValueOutput(ctx *Context, args *ListConfigurationStoreKeyValueOutputArgs, opts ...InvokeOption) ListConfigurationStoreKeyValueResultOutput

    > Note: This function is named ListConfigurationStoreKeyValue in the Go SDK.

    public static class ListConfigurationStoreKeyValue 
    {
        public static Task<ListConfigurationStoreKeyValueResult> InvokeAsync(ListConfigurationStoreKeyValueArgs args, InvokeOptions? opts = null)
        public static Output<ListConfigurationStoreKeyValueResult> Invoke(ListConfigurationStoreKeyValueInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListConfigurationStoreKeyValueResult> listConfigurationStoreKeyValue(ListConfigurationStoreKeyValueArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:appconfiguration:listConfigurationStoreKeyValue
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ConfigStoreName string
    The name of the configuration store.
    Key string
    The key to retrieve.
    ResourceGroupName string
    The name of the resource group to which the container registry belongs.
    Label string
    The label of the key.
    ConfigStoreName string
    The name of the configuration store.
    Key string
    The key to retrieve.
    ResourceGroupName string
    The name of the resource group to which the container registry belongs.
    Label string
    The label of the key.
    configStoreName String
    The name of the configuration store.
    key String
    The key to retrieve.
    resourceGroupName String
    The name of the resource group to which the container registry belongs.
    label String
    The label of the key.
    configStoreName string
    The name of the configuration store.
    key string
    The key to retrieve.
    resourceGroupName string
    The name of the resource group to which the container registry belongs.
    label string
    The label of the key.
    config_store_name str
    The name of the configuration store.
    key str
    The key to retrieve.
    resource_group_name str
    The name of the resource group to which the container registry belongs.
    label str
    The label of the key.
    configStoreName String
    The name of the configuration store.
    key String
    The key to retrieve.
    resourceGroupName String
    The name of the resource group to which the container registry belongs.
    label String
    The label of the key.

    listConfigurationStoreKeyValue Result

    The following output properties are available:

    ContentType string
    The content type of the key-value's value. Providing a proper content-type can enable transformations of values when they are retrieved by applications.
    ETag string
    An ETag indicating the state of a key-value within a configuration store.
    Key string
    The primary identifier of a key-value. The key is used in unison with the label to uniquely identify a key-value.
    Label string
    A value used to group key-values. The label is used in unison with the key to uniquely identify a key-value.
    LastModified string
    The last time a modifying operation was performed on the given key-value.
    Locked bool
    A value indicating whether the key-value is locked. A locked key-value may not be modified until it is unlocked.
    Tags Dictionary<string, string>
    A dictionary of tags that can help identify what a key-value may be applicable for.
    Value string
    The value of the key-value.
    ContentType string
    The content type of the key-value's value. Providing a proper content-type can enable transformations of values when they are retrieved by applications.
    ETag string
    An ETag indicating the state of a key-value within a configuration store.
    Key string
    The primary identifier of a key-value. The key is used in unison with the label to uniquely identify a key-value.
    Label string
    A value used to group key-values. The label is used in unison with the key to uniquely identify a key-value.
    LastModified string
    The last time a modifying operation was performed on the given key-value.
    Locked bool
    A value indicating whether the key-value is locked. A locked key-value may not be modified until it is unlocked.
    Tags map[string]string
    A dictionary of tags that can help identify what a key-value may be applicable for.
    Value string
    The value of the key-value.
    contentType String
    The content type of the key-value's value. Providing a proper content-type can enable transformations of values when they are retrieved by applications.
    eTag String
    An ETag indicating the state of a key-value within a configuration store.
    key String
    The primary identifier of a key-value. The key is used in unison with the label to uniquely identify a key-value.
    label String
    A value used to group key-values. The label is used in unison with the key to uniquely identify a key-value.
    lastModified String
    The last time a modifying operation was performed on the given key-value.
    locked Boolean
    A value indicating whether the key-value is locked. A locked key-value may not be modified until it is unlocked.
    tags Map<String,String>
    A dictionary of tags that can help identify what a key-value may be applicable for.
    value String
    The value of the key-value.
    contentType string
    The content type of the key-value's value. Providing a proper content-type can enable transformations of values when they are retrieved by applications.
    eTag string
    An ETag indicating the state of a key-value within a configuration store.
    key string
    The primary identifier of a key-value. The key is used in unison with the label to uniquely identify a key-value.
    label string
    A value used to group key-values. The label is used in unison with the key to uniquely identify a key-value.
    lastModified string
    The last time a modifying operation was performed on the given key-value.
    locked boolean
    A value indicating whether the key-value is locked. A locked key-value may not be modified until it is unlocked.
    tags {[key: string]: string}
    A dictionary of tags that can help identify what a key-value may be applicable for.
    value string
    The value of the key-value.
    content_type str
    The content type of the key-value's value. Providing a proper content-type can enable transformations of values when they are retrieved by applications.
    e_tag str
    An ETag indicating the state of a key-value within a configuration store.
    key str
    The primary identifier of a key-value. The key is used in unison with the label to uniquely identify a key-value.
    label str
    A value used to group key-values. The label is used in unison with the key to uniquely identify a key-value.
    last_modified str
    The last time a modifying operation was performed on the given key-value.
    locked bool
    A value indicating whether the key-value is locked. A locked key-value may not be modified until it is unlocked.
    tags Mapping[str, str]
    A dictionary of tags that can help identify what a key-value may be applicable for.
    value str
    The value of the key-value.
    contentType String
    The content type of the key-value's value. Providing a proper content-type can enable transformations of values when they are retrieved by applications.
    eTag String
    An ETag indicating the state of a key-value within a configuration store.
    key String
    The primary identifier of a key-value. The key is used in unison with the label to uniquely identify a key-value.
    label String
    A value used to group key-values. The label is used in unison with the key to uniquely identify a key-value.
    lastModified String
    The last time a modifying operation was performed on the given key-value.
    locked Boolean
    A value indicating whether the key-value is locked. A locked key-value may not be modified until it is unlocked.
    tags Map<String>
    A dictionary of tags that can help identify what a key-value may be applicable for.
    value String
    The value of the key-value.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi