TimeSeriesInsightsManager Class

  • java.lang.Object
    • com.azure.resourcemanager.timeseriesinsights.TimeSeriesInsightsManager

public final class TimeSeriesInsightsManager

Entry point to TimeSeriesInsightsManager. Time Series Insights client.

Method Summary

Modifier and Type Method and Description
AccessPolicies accessPolicies()

Gets the resource collection API of AccessPolicies.

static TimeSeriesInsightsManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of TimeSeriesInsights service API entry point.

static TimeSeriesInsightsManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of TimeSeriesInsights service API entry point.

static Configurable configure()

Gets a Configurable instance that can be used to create TimeSeriesInsightsManager with optional configuration.

Environments environments()

Gets the resource collection API of Environments.

EventSources eventSources()

Gets the resource collection API of EventSources.

Operations operations()

Gets the resource collection API of Operations.

ReferenceDataSets referenceDataSets()

Gets the resource collection API of ReferenceDataSets.

TimeSeriesInsightsClient serviceClient()

Methods inherited from java.lang.Object

Method Details

accessPolicies

public AccessPolicies accessPolicies()

Gets the resource collection API of AccessPolicies. It manages AccessPolicyResource.

Returns:

Resource collection API of AccessPolicies.

authenticate

public static TimeSeriesInsightsManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of TimeSeriesInsights service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the TimeSeriesInsights service API instance.

authenticate

public static TimeSeriesInsightsManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of TimeSeriesInsights service API entry point.

Parameters:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the TimeSeriesInsights service API instance.

configure

public static TimeSeriesInsightsManager.Configurable configure()

Gets a Configurable instance that can be used to create TimeSeriesInsightsManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

environments

public Environments environments()

Gets the resource collection API of Environments.

Returns:

Resource collection API of Environments.

eventSources

public EventSources eventSources()

Gets the resource collection API of EventSources.

Returns:

Resource collection API of EventSources.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

referenceDataSets

public ReferenceDataSets referenceDataSets()

Gets the resource collection API of ReferenceDataSets. It manages ReferenceDataSetResource.

Returns:

Resource collection API of ReferenceDataSets.

serviceClient

public TimeSeriesInsightsClient serviceClient()

Returns:

Wrapped service client TimeSeriesInsightsClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Applies to