ReferenceDataSets interface

Interface representing a ReferenceDataSets.

Methods

createOrUpdate(string, string, string, ReferenceDataSetCreateOrUpdateParameters, ReferenceDataSetsCreateOrUpdateOptionalParams)

Create or update a reference data set in the specified environment.

delete(string, string, string, ReferenceDataSetsDeleteOptionalParams)

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

get(string, string, string, ReferenceDataSetsGetOptionalParams)

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

listByEnvironment(string, string, ReferenceDataSetsListByEnvironmentOptionalParams)

Lists all the available reference data sets associated with the subscription and within the specified resource group and environment.

update(string, string, string, ReferenceDataSetUpdateParameters, ReferenceDataSetsUpdateOptionalParams)

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

Method Details

createOrUpdate(string, string, string, ReferenceDataSetCreateOrUpdateParameters, ReferenceDataSetsCreateOrUpdateOptionalParams)

Create or update a reference data set in the specified environment.

function createOrUpdate(resourceGroupName: string, environmentName: string, referenceDataSetName: string, parameters: ReferenceDataSetCreateOrUpdateParameters, options?: ReferenceDataSetsCreateOrUpdateOptionalParams): Promise<ReferenceDataSetResource>

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

Name of the reference data set.

parameters
ReferenceDataSetCreateOrUpdateParameters

Parameters for creating a reference data set.

options
ReferenceDataSetsCreateOrUpdateOptionalParams

The options parameters.

Returns

delete(string, string, string, ReferenceDataSetsDeleteOptionalParams)

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

function delete(resourceGroupName: string, environmentName: string, referenceDataSetName: string, options?: ReferenceDataSetsDeleteOptionalParams): Promise<void>

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.

options
ReferenceDataSetsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, ReferenceDataSetsGetOptionalParams)

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

function get(resourceGroupName: string, environmentName: string, referenceDataSetName: string, options?: ReferenceDataSetsGetOptionalParams): Promise<ReferenceDataSetResource>

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.

options
ReferenceDataSetsGetOptionalParams

The options parameters.

Returns

listByEnvironment(string, string, ReferenceDataSetsListByEnvironmentOptionalParams)

Lists all the available reference data sets associated with the subscription and within the specified resource group and environment.

function listByEnvironment(resourceGroupName: string, environmentName: string, options?: ReferenceDataSetsListByEnvironmentOptionalParams): Promise<ReferenceDataSetListResponse>

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.

options
ReferenceDataSetsListByEnvironmentOptionalParams

The options parameters.

Returns

update(string, string, string, ReferenceDataSetUpdateParameters, ReferenceDataSetsUpdateOptionalParams)

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

function update(resourceGroupName: string, environmentName: string, referenceDataSetName: string, referenceDataSetUpdateParameters: ReferenceDataSetUpdateParameters, options?: ReferenceDataSetsUpdateOptionalParams): Promise<ReferenceDataSetResource>

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.

options
ReferenceDataSetsUpdateOptionalParams

The options parameters.

Returns