1. Packages
  2. Azure Native
  3. API Docs
  4. timeseriesinsights
  5. getReferenceDataSet
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.timeseriesinsights.getReferenceDataSet

Explore with Pulumi AI

azure-native logo
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.34.0 published on Thursday, Mar 28, 2024 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: 2017-11-15, 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:timeseriesinsights:getReferenceDataSet
      arguments:
        # arguments dictionary

    The following arguments are supported:

    EnvironmentName string
    The name of the Time Series Insights environment associated with the specified resource group.
    ReferenceDataSetName string
    The name of the Time Series Insights reference data set associated with the specified environment.
    ResourceGroupName string
    Name of an Azure Resource group.
    EnvironmentName string
    The name of the Time Series Insights environment associated with the specified resource group.
    ReferenceDataSetName string
    The name of the Time Series Insights reference data set associated with the specified environment.
    ResourceGroupName string
    Name of an Azure Resource group.
    environmentName String
    The name of the Time Series Insights environment associated with the specified resource group.
    referenceDataSetName String
    The name of the Time Series Insights reference data set associated with the specified environment.
    resourceGroupName String
    Name of an Azure Resource group.
    environmentName string
    The name of the Time Series Insights environment associated with the specified resource group.
    referenceDataSetName string
    The name of the Time Series Insights reference data set associated with the specified environment.
    resourceGroupName string
    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_set_name str
    The name of the Time Series Insights reference data set associated with the specified environment.
    resource_group_name str
    Name of an Azure Resource group.
    environmentName String
    The name of the Time Series Insights environment associated with the specified resource group.
    referenceDataSetName String
    The name of the Time Series Insights reference data set associated with the specified environment.
    resourceGroupName 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 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.34.0 published on Thursday, Mar 28, 2024 by Pulumi