TimeseriesinsightsFunctions

Functions

Link copied to clipboard

An access policy is used to grant users and applications access to the environment. Roles are assigned to service principals in Azure Active Directory. These roles define the actions the principal can perform through the Time Series Insights data plane APIs. API Version: 2020-05-15.

suspend fun getAccessPolicy(accessPolicyName: String, environmentName: String, resourceGroupName: String): GetAccessPolicyResult
Link copied to clipboard

An environment is a set of time-series data available for query, and is the top level Azure Time Series Insights resource. API Version: 2020-05-15.

suspend fun getEnvironment(environmentName: String, expand: String? = null, resourceGroupName: String): GetEnvironmentResult
Link copied to clipboard

An event source that receives its data from an Azure EventHub. API Version: 2020-05-15.

suspend fun getEventHubEventSource(environmentName: String, eventSourceName: String, resourceGroupName: String): GetEventHubEventSourceResult
Link copied to clipboard

An environment receives data from one or more event sources. Each event source has associated connection info that allows the Time Series Insights ingress pipeline to connect to and pull data from the event source API Version: 2020-05-15.

suspend fun getEventSource(environmentName: String, eventSourceName: String, resourceGroupName: String): GetEventSourceResult
Link copied to clipboard

An environment is a set of time-series data available for query, and is the top level Azure Time Series Insights resource. Gen1 environments have data retention limits. API Version: 2020-05-15.

suspend fun getGen1Environment(environmentName: String, expand: String? = null, resourceGroupName: String): GetGen1EnvironmentResult
Link copied to clipboard

An environment is a set of time-series data available for query, and is the top level Azure Time Series Insights resource. Gen2 environments do not have set data retention limits. API Version: 2020-05-15.

suspend fun getGen2Environment(environmentName: String, expand: String? = null, resourceGroupName: String): GetGen2EnvironmentResult
Link copied to clipboard

An event source that receives its data from an Azure IoTHub. API Version: 2020-05-15.

suspend fun getIoTHubEventSource(environmentName: String, eventSourceName: String, resourceGroupName: String): GetIoTHubEventSourceResult
Link copied to clipboard

The Private Endpoint Connection resource. API Version: 2021-03-31-preview.

suspend fun getPrivateEndpointConnection(environmentName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard

A reference data set provides metadata about the events in an environment. Metadata in the reference data set will be joined with events as they are read from event sources. The metadata that makes up the reference data set is uploaded or modified through the Time Series Insights data plane APIs. API Version: 2020-05-15.

suspend fun getReferenceDataSet(environmentName: String, referenceDataSetName: String, resourceGroupName: String): GetReferenceDataSetResult