Skip to main content

environments

Overview

Nameenvironments
TypeResource
Idazure.time_series_insights.environments

Fields

NameDatatypeDescription
kindstringThe kind of the environment.
locationstringResource location
skuobjectThe sku determines the type of environment, either Gen1 (S1 or S2) or Gen2 (L1). For Gen1 environments the sku determines the capacity of the environment, the ingress rate, and the billing rate.
tagsobjectResource tags

Methods

NameAccessible byRequired ParamsDescription
getSELECTenvironmentName, resourceGroupName, subscriptionIdGets the environment with the specified name in the specified subscription and resource group.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdLists all the available environments associated with the subscription and within the specified resource group.
list_by_subscriptionSELECTsubscriptionIdLists all the available environments within a subscription, irrespective of the resource groups.
create_or_updateINSERTenvironmentName, resourceGroupName, subscriptionId, data__kind, data__skuCreate or update an environment in the specified subscription and resource group.
deleteDELETEenvironmentName, resourceGroupName, subscriptionIdDeletes the environment with the specified name in the specified subscription and resource group.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdLists all the available environments associated with the subscription and within the specified resource group.
_list_by_subscriptionEXECsubscriptionIdLists all the available environments within a subscription, irrespective of the resource groups.
updateEXECenvironmentName, resourceGroupName, subscriptionId, data__kindUpdates the environment with the specified name in the specified subscription and resource group.