Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReferenceDataSets

Package version

Interface representing a ReferenceDataSets.

Hierarchy

  • ReferenceDataSets

Implemented by

Index

Methods

createOrUpdate

delete

  • Deletes the reference data set with the specified name in the specified subscription, resource group, and environment

    Parameters

    • 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.

    • Optional options: ReferenceDataSetsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Gets the reference data set with the specified name in the specified environment.

    Parameters

    • 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.

    • Optional options: ReferenceDataSetsGetOptionalParams

      The options parameters.

    Returns Promise<ReferenceDataSetsGetResponse>

listByEnvironment

update

  • Updates the reference data set with the specified name in the specified subscription, resource group, and environment.

    Parameters

    • 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.

    • referenceDataSetUpdateParameters: ReferenceDataSetUpdateParameters

      Request object that contains the updated information for the reference data set.

    • Optional options: ReferenceDataSetsUpdateOptionalParams

      The options parameters.

    Returns Promise<ReferenceDataSetsUpdateResponse>

Generated using TypeDoc