HdinsightFunctions

Functions

Link copied to clipboard

Gets properties of the specified application. Uses Azure REST API version 2021-06-01. Other available API versions: 2023-04-15-preview, 2023-08-15-preview, 2024-08-01-preview, 2025-01-15-preview.

suspend fun getApplication(applicationName: String, clusterName: String, resourceGroupName: String): GetApplicationResult
Link copied to clipboard

Gets the specified cluster. Uses Azure REST API version 2021-06-01. Other available API versions: 2023-04-15-preview, 2023-06-01-preview, 2023-08-15-preview, 2023-11-01-preview, 2024-05-01-preview, 2024-08-01-preview, 2025-01-15-preview.

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

Gets the gateway settings for the specified cluster. Uses Azure REST API version 2021-06-01. Other available API versions: 2023-04-15-preview, 2023-08-15-preview, 2024-08-01-preview, 2025-01-15-preview.

suspend fun getClusterGatewaySettings(clusterName: String, resourceGroupName: String): GetClusterGatewaySettingsResult
Link copied to clipboard

Gets a cluster pool. Uses Azure REST API version 2023-06-01-preview. Other available API versions: 2023-11-01-preview, 2024-05-01-preview.

suspend fun getClusterPool(clusterPoolName: String, resourceGroupName: String): GetClusterPoolResult
Link copied to clipboard

Gets the specific private endpoint connection. Uses Azure REST API version 2021-06-01. Other available API versions: 2023-04-15-preview, 2023-08-15-preview, 2024-08-01-preview, 2025-01-15-preview.

suspend fun getPrivateEndpointConnection(clusterName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult