StreamAnalyticsManager Class
- java.
lang. Object - com.
azure. resourcemanager. streamanalytics. StreamAnalyticsManager
- com.
public final class StreamAnalyticsManager
Entry point to StreamAnalyticsManager. Stream Analytics Client.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Stream |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Stream |
|
static
Stream |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Stream |
| Clusters |
clusters()
Gets the resource collection API of Clusters. |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Stream |
| 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. |
|
Private |
privateEndpoints()
Gets the resource collection API of Private |
|
Stream |
serviceClient()
Gets wrapped service client Stream |
|
Streaming |
streamingJobs()
Gets the resource collection API of Streaming |
| 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(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of StreamAnalytics service API entry point.
Parameters:
Returns:
authenticate
public static StreamAnalyticsManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of StreamAnalytics service API entry point.
Parameters:
Returns:
clusters
public Clusters clusters()
Gets the resource collection API of Clusters. It manages Cluster.
Returns:
configure
public static StreamAnalyticsManager.Configurable configure()
Gets a Configurable instance that can be used to create StreamAnalyticsManager with optional configuration.
Returns:
functions
public Functions functions()
Gets the resource collection API of Functions. It manages Function.
Returns:
inputs
public Inputs inputs()
Gets the resource collection API of Inputs. It manages Input.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
outputs
public Outputs outputs()
Gets the resource collection API of Outputs. It manages Output.
Returns:
privateEndpoints
public PrivateEndpoints privateEndpoints()
Gets the resource collection API of PrivateEndpoints. It manages PrivateEndpoint.
Returns:
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:
streamingJobs
public StreamingJobs streamingJobs()
Gets the resource collection API of StreamingJobs. It manages StreamingJob.
Returns:
subscriptions
public Subscriptions subscriptions()
Gets the resource collection API of Subscriptions.
Returns:
transformations
public Transformations transformations()
Gets the resource collection API of Transformations. It manages Transformation.
Returns: