ReferenceDataSets interface
Interface representing a ReferenceDataSets.
Methods
create |
Create or update a reference data set in the specified environment. |
delete(string, string, string, Reference |
Deletes the reference data set with the specified name in the specified subscription, resource group, and environment |
get(string, string, string, Reference |
Gets the reference data set with the specified name in the specified environment. |
list |
Lists all the available reference data sets associated with the subscription and within the specified resource group and environment. |
update(string, string, string, Reference |
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.
The options parameters.
Returns
Promise<ReferenceDataSetResource>
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.
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.
The options parameters.
Returns
Promise<ReferenceDataSetResource>
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.
The options parameters.
Returns
Promise<ReferenceDataSetListResponse>
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.
The options parameters.
Returns
Promise<ReferenceDataSetResource>