1. Packages
  2. Azure Native v2
  3. API Docs
  4. timeseriesinsights
  5. getReferenceDataSet
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi

azure-native-v2.timeseriesinsights.getReferenceDataSet

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 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>
Copy
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]
Copy
func LookupReferenceDataSet(ctx *Context, args *LookupReferenceDataSetArgs, opts ...InvokeOption) (*LookupReferenceDataSetResult, error)
func LookupReferenceDataSetOutput(ctx *Context, args *LookupReferenceDataSetOutputArgs, opts ...InvokeOption) LookupReferenceDataSetResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetReferenceDataSetResult> getReferenceDataSet(GetReferenceDataSetArgs args, InvokeOptions options)
public static Output<GetReferenceDataSetResult> getReferenceDataSet(GetReferenceDataSetArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:timeseriesinsights:getReferenceDataSet
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

EnvironmentName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Time Series Insights environment associated with the specified resource group.
ReferenceDataSetName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Time Series Insights reference data set associated with the specified environment.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of an Azure Resource group.
EnvironmentName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Time Series Insights environment associated with the specified resource group.
ReferenceDataSetName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Time Series Insights reference data set associated with the specified environment.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of an Azure Resource group.
environmentName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Time Series Insights environment associated with the specified resource group.
referenceDataSetName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Time Series Insights reference data set associated with the specified environment.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
Name of an Azure Resource group.
environmentName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Time Series Insights environment associated with the specified resource group.
referenceDataSetName
This property is required.
Changes to this property will trigger replacement.
string
The name of the Time Series Insights reference data set associated with the specified environment.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of an Azure Resource group.
environment_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the Time Series Insights environment associated with the specified resource group.
reference_data_set_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the Time Series Insights reference data set associated with the specified environment.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
Name of an Azure Resource group.
environmentName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Time Series Insights environment associated with the specified resource group.
referenceDataSetName
This property is required.
Changes to this property will trigger replacement.
String
The name of the Time Series Insights reference data set associated with the specified environment.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
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.AzureNative.TimeSeriesInsights.Outputs.ReferenceDataSetKeyPropertyResponse>
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
DataStringComparisonBehavior string
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.
Tags Dictionary<string, string>
Resource tags
CreationTime string
The time the resource was created.
Id string
Resource Id
KeyProperties []ReferenceDataSetKeyPropertyResponse
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
DataStringComparisonBehavior string
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.
Tags map[string]string
Resource tags
creationTime String
The time the resource was created.
id String
Resource Id
keyProperties List<ReferenceDataSetKeyPropertyResponse>
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
dataStringComparisonBehavior String
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.
tags Map<String,String>
Resource tags
creationTime string
The time the resource was created.
id string
Resource Id
keyProperties ReferenceDataSetKeyPropertyResponse[]
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
dataStringComparisonBehavior string
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.
tags {[key: string]: string}
Resource tags
creation_time str
The time the resource was created.
id str
Resource Id
key_properties Sequence[ReferenceDataSetKeyPropertyResponse]
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_comparison_behavior str
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.
tags 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
dataStringComparisonBehavior String
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.
tags Map<String>
Resource tags

Supporting Types

ReferenceDataSetKeyPropertyResponse

Name string
The name of the key property.
Type string
The type of the key property.
Name string
The name of the key property.
Type string
The type of the key property.
name String
The name of the key property.
type String
The type of the key property.
name string
The name of the key property.
type string
The type of the key property.
name str
The name of the key property.
type str
The type of the key property.
name String
The name of the key property.
type String
The type of the key property.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi