This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.timeseriesinsights.getReferenceDataSet
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets the reference data set with the specified name in the specified environment. Azure REST API version: 2020-05-15.
Other available API versions: 2021-06-30-preview.
Using getReferenceDataSet
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 getReferenceDataSet(args: GetReferenceDataSetArgs, opts?: InvokeOptions): Promise<GetReferenceDataSetResult>
function getReferenceDataSetOutput(args: GetReferenceDataSetOutputArgs, opts?: InvokeOptions): Output<GetReferenceDataSetResult>def get_reference_data_set(environment_name: Optional[str] = None,
                           reference_data_set_name: Optional[str] = None,
                           resource_group_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetReferenceDataSetResult
def get_reference_data_set_output(environment_name: Optional[pulumi.Input[str]] = None,
                           reference_data_set_name: Optional[pulumi.Input[str]] = None,
                           resource_group_name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetReferenceDataSetResult]func LookupReferenceDataSet(ctx *Context, args *LookupReferenceDataSetArgs, opts ...InvokeOption) (*LookupReferenceDataSetResult, error)
func LookupReferenceDataSetOutput(ctx *Context, args *LookupReferenceDataSetOutputArgs, opts ...InvokeOption) LookupReferenceDataSetResultOutput> Note: This function is named LookupReferenceDataSet in the Go SDK.
public static class GetReferenceDataSet 
{
    public static Task<GetReferenceDataSetResult> InvokeAsync(GetReferenceDataSetArgs args, InvokeOptions? opts = null)
    public static Output<GetReferenceDataSetResult> Invoke(GetReferenceDataSetInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetReferenceDataSetResult> getReferenceDataSet(GetReferenceDataSetArgs args, InvokeOptions options)
public static Output<GetReferenceDataSetResult> getReferenceDataSet(GetReferenceDataSetArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:timeseriesinsights:getReferenceDataSet
  arguments:
    # arguments dictionaryThe following arguments are supported:
- EnvironmentName string
- The name of the Time Series Insights environment associated with the specified resource group.
- ReferenceData stringSet Name 
- The name of the Time Series Insights reference data set associated with the specified environment.
- ResourceGroup stringName 
- Name of an Azure Resource group.
- EnvironmentName string
- The name of the Time Series Insights environment associated with the specified resource group.
- ReferenceData stringSet Name 
- The name of the Time Series Insights reference data set associated with the specified environment.
- ResourceGroup stringName 
- Name of an Azure Resource group.
- environmentName String
- The name of the Time Series Insights environment associated with the specified resource group.
- referenceData StringSet Name 
- The name of the Time Series Insights reference data set associated with the specified environment.
- resourceGroup StringName 
- Name of an Azure Resource group.
- environmentName string
- The name of the Time Series Insights environment associated with the specified resource group.
- referenceData stringSet Name 
- The name of the Time Series Insights reference data set associated with the specified environment.
- resourceGroup stringName 
- Name of an Azure Resource group.
- environment_name str
- The name of the Time Series Insights environment associated with the specified resource group.
- reference_data_ strset_ name 
- The name of the Time Series Insights reference data set associated with the specified environment.
- resource_group_ strname 
- Name of an Azure Resource group.
- environmentName String
- The name of the Time Series Insights environment associated with the specified resource group.
- referenceData StringSet Name 
- The name of the Time Series Insights reference data set associated with the specified environment.
- resourceGroup StringName 
- Name of an Azure Resource group.
getReferenceDataSet Result
The following output properties are available:
- CreationTime string
- The time the resource was created.
- Id string
- Resource Id
- KeyProperties List<Pulumi.Azure Native. Time Series Insights. Outputs. Reference Data Set Key Property Response> 
- The list of key properties for the reference data set.
- Location string
- Resource location
- Name string
- Resource name
- ProvisioningState string
- Provisioning state of the resource.
- Type string
- Resource type
- DataString stringComparison Behavior 
- The reference data set key comparison behavior can be set using this property. By default, the value is 'Ordinal' - which means case sensitive key comparison will be performed while joining reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is set, case insensitive comparison will be used.
- Dictionary<string, string>
- Resource tags
- CreationTime string
- The time the resource was created.
- Id string
- Resource Id
- KeyProperties []ReferenceData Set Key Property Response 
- The list of key properties for the reference data set.
- Location string
- Resource location
- Name string
- Resource name
- ProvisioningState string
- Provisioning state of the resource.
- Type string
- Resource type
- DataString stringComparison Behavior 
- The reference data set key comparison behavior can be set using this property. By default, the value is 'Ordinal' - which means case sensitive key comparison will be performed while joining reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is set, case insensitive comparison will be used.
- map[string]string
- Resource tags
- creationTime String
- The time the resource was created.
- id String
- Resource Id
- keyProperties List<ReferenceData Set Key Property Response> 
- The list of key properties for the reference data set.
- location String
- Resource location
- name String
- Resource name
- provisioningState String
- Provisioning state of the resource.
- type String
- Resource type
- dataString StringComparison Behavior 
- The reference data set key comparison behavior can be set using this property. By default, the value is 'Ordinal' - which means case sensitive key comparison will be performed while joining reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is set, case insensitive comparison will be used.
- Map<String,String>
- Resource tags
- creationTime string
- The time the resource was created.
- id string
- Resource Id
- keyProperties ReferenceData Set Key Property Response[] 
- The list of key properties for the reference data set.
- location string
- Resource location
- name string
- Resource name
- provisioningState string
- Provisioning state of the resource.
- type string
- Resource type
- dataString stringComparison Behavior 
- The reference data set key comparison behavior can be set using this property. By default, the value is 'Ordinal' - which means case sensitive key comparison will be performed while joining reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is set, case insensitive comparison will be used.
- {[key: string]: string}
- Resource tags
- creation_time str
- The time the resource was created.
- id str
- Resource Id
- key_properties Sequence[ReferenceData Set Key Property Response] 
- The list of key properties for the reference data set.
- location str
- Resource location
- name str
- Resource name
- provisioning_state str
- Provisioning state of the resource.
- type str
- Resource type
- data_string_ strcomparison_ behavior 
- The reference data set key comparison behavior can be set using this property. By default, the value is 'Ordinal' - which means case sensitive key comparison will be performed while joining reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is set, case insensitive comparison will be used.
- Mapping[str, str]
- Resource tags
- creationTime String
- The time the resource was created.
- id String
- Resource Id
- keyProperties List<Property Map>
- The list of key properties for the reference data set.
- location String
- Resource location
- name String
- Resource name
- provisioningState String
- Provisioning state of the resource.
- type String
- Resource type
- dataString StringComparison Behavior 
- The reference data set key comparison behavior can be set using this property. By default, the value is 'Ordinal' - which means case sensitive key comparison will be performed while joining reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is set, case insensitive comparison will be used.
- Map<String>
- Resource tags
Supporting Types
ReferenceDataSetKeyPropertyResponse     
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi