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
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:
- Config
Store stringName - The name of the configuration store.
- Key string
- The key to retrieve.
- Resource
Group stringName - The name of the resource group to which the container registry belongs.
- Label string
- The label of the key.
- Config
Store stringName - The name of the configuration store.
- Key string
- The key to retrieve.
- Resource
Group stringName - The name of the resource group to which the container registry belongs.
- Label string
- The label of the key.
- config
Store StringName - The name of the configuration store.
- key String
- The key to retrieve.
- resource
Group StringName - The name of the resource group to which the container registry belongs.
- label String
- The label of the key.
- config
Store stringName - The name of the configuration store.
- key string
- The key to retrieve.
- resource
Group stringName - The name of the resource group to which the container registry belongs.
- label string
- The label of the key.
- config_
store_ strname - The name of the configuration store.
- key str
- The key to retrieve.
- resource_
group_ strname - The name of the resource group to which the container registry belongs.
- label str
- The label of the key.
- config
Store StringName - The name of the configuration store.
- key String
- The key to retrieve.
- resource
Group StringName - 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:
- Content
Type 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.
- Last
Modified 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.
- 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.
- Content
Type 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.
- Last
Modified 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.
- 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.
- content
Type 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.
- e
Tag 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.
- last
Modified 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.
- 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.
- content
Type 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.
- e
Tag 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.
- last
Modified 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.
- {[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.
- 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.
- content
Type 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.
- e
Tag 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.
- last
Modified 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.
- 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
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