StreamAnalyticsManager Class

  • java.lang.Object
    • com.azure.resourcemanager.streamanalytics.StreamAnalyticsManager

public final class StreamAnalyticsManager

Entry point to StreamAnalyticsManager. Stream Analytics Client.

Method Summary

Modifier and Type Method and Description
static StreamAnalyticsManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of StreamAnalytics service API entry point.

static StreamAnalyticsManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of StreamAnalytics service API entry point.

Clusters clusters()

Gets the resource collection API of Clusters.

static Configurable configure()

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

Functions functions()

Gets the resource collection API of Functions.

Inputs inputs()

Gets the resource collection API of Inputs.

Operations operations()

Gets the resource collection API of Operations.

Outputs outputs()

Gets the resource collection API of Outputs.

PrivateEndpoints privateEndpoints()

Gets the resource collection API of PrivateEndpoints.

StreamAnalyticsManagementClient serviceClient()

Gets wrapped service client StreamAnalyticsManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Skus skus()

Gets the resource collection API of Skus.

StreamingJobs streamingJobs()

Gets the resource collection API of StreamingJobs.

Subscriptions subscriptions()

Gets the resource collection API of Subscriptions.

Transformations transformations()

Gets the resource collection API of Transformations.

Methods inherited from java.lang.Object

Method Details

authenticate

public static StreamAnalyticsManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of StreamAnalytics service API entry point.

Parameters:

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

Returns:

the StreamAnalytics service API instance.

authenticate

public static StreamAnalyticsManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of StreamAnalytics service API entry point.

Parameters:

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

Returns:

the StreamAnalytics service API instance.

clusters

public Clusters clusters()

Gets the resource collection API of Clusters. It manages Cluster.

Returns:

Resource collection API of Clusters.

configure

public static StreamAnalyticsManager.Configurable configure()

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

Returns:

the Configurable instance allowing configurations.

functions

public Functions functions()

Gets the resource collection API of Functions. It manages Function.

Returns:

Resource collection API of Functions.

inputs

public Inputs inputs()

Gets the resource collection API of Inputs. It manages Input.

Returns:

Resource collection API of Inputs.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

outputs

public Outputs outputs()

Gets the resource collection API of Outputs. It manages Output.

Returns:

Resource collection API of Outputs.

privateEndpoints

public PrivateEndpoints privateEndpoints()

Gets the resource collection API of PrivateEndpoints. It manages PrivateEndpoint.

Returns:

Resource collection API of PrivateEndpoints.

serviceClient

public StreamAnalyticsManagementClient serviceClient()

Gets wrapped service client StreamAnalyticsManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Returns:

Wrapped service client StreamAnalyticsManagementClient.

skus

public Skus skus()

Gets the resource collection API of Skus.

Returns:

Resource collection API of Skus.

streamingJobs

public StreamingJobs streamingJobs()

Gets the resource collection API of StreamingJobs. It manages StreamingJob.

Returns:

Resource collection API of StreamingJobs.

subscriptions

public Subscriptions subscriptions()

Gets the resource collection API of Subscriptions.

Returns:

Resource collection API of Subscriptions.

transformations

public Transformations transformations()

Gets the resource collection API of Transformations. It manages Transformation.

Returns:

Resource collection API of Transformations.

Applies to