StreamanalyticsFunctions

Functions

Link copied to clipboard

Gets information about the specified cluster. Uses Azure REST API version 2020-03-01.

suspend fun getCluster(argument: suspend GetClusterPlainArgsBuilder.() -> Unit): GetClusterResult
suspend fun getCluster(clusterName: String, resourceGroupName: String): GetClusterResult
Link copied to clipboard

Gets details about the specified function. Uses Azure REST API version 2020-03-01. Other available API versions: 2021-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native streamanalytics [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getFunction(argument: suspend GetFunctionPlainArgsBuilder.() -> Unit): GetFunctionResult
suspend fun getFunction(functionName: String, jobName: String, resourceGroupName: String): GetFunctionResult
Link copied to clipboard
suspend fun getInput(argument: GetInputPlainArgs): GetInputResult

Gets details about the specified input. Uses Azure REST API version 2020-03-01. Other available API versions: 2021-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native streamanalytics [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getInput(argument: suspend GetInputPlainArgsBuilder.() -> Unit): GetInputResult
suspend fun getInput(inputName: String, jobName: String, resourceGroupName: String): GetInputResult
Link copied to clipboard

Gets details about the specified output. Uses Azure REST API version 2020-03-01. Other available API versions: 2021-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native streamanalytics [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getOutput(argument: suspend GetOutputPlainArgsBuilder.() -> Unit): GetOutputResult
suspend fun getOutput(jobName: String, outputName: String, resourceGroupName: String): GetOutputResult
Link copied to clipboard

Gets information about the specified Private Endpoint. Uses Azure REST API version 2020-03-01.

suspend fun getPrivateEndpoint(clusterName: String, privateEndpointName: String, resourceGroupName: String): GetPrivateEndpointResult
Link copied to clipboard

Gets details about the specified streaming job. Uses Azure REST API version 2020-03-01. Other available API versions: 2021-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native streamanalytics [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getStreamingJob(expand: String? = null, jobName: String, resourceGroupName: String): GetStreamingJobResult
Link copied to clipboard

Lists all of the streaming jobs in the given cluster. Uses Azure REST API version 2020-03-01.

suspend fun listClusterStreamingJobs(clusterName: String, resourceGroupName: String): ListClusterStreamingJobsResult