Hdinsight Functions
object HdinsightFunctions
Functions
Link copied to clipboard
Gets properties of the specified application. Azure REST API version: 2021-06-01. Other available API versions: 2023-04-15-preview, 2023-08-15-preview.
suspend fun getApplication(argument: suspend GetApplicationPlainArgsBuilder.() -> Unit): GetApplicationResult
suspend fun getApplication(applicationName: String, clusterName: String, resourceGroupName: String): GetApplicationResult
Link copied to clipboard
Gets the specified cluster. Azure REST API version: 2021-06-01. Other available API versions: 2023-04-15-preview, 2023-06-01-preview, 2023-08-15-preview.
Link copied to clipboard
suspend fun getClusterGatewaySettings(argument: GetClusterGatewaySettingsPlainArgs): GetClusterGatewaySettingsResult
Gets the gateway settings for the specified cluster. Azure REST API version: 2021-06-01. Other available API versions: 2023-04-15-preview, 2023-08-15-preview.
suspend fun getClusterGatewaySettings(argument: suspend GetClusterGatewaySettingsPlainArgsBuilder.() -> Unit): GetClusterGatewaySettingsResult
suspend fun getClusterGatewaySettings(clusterName: String, resourceGroupName: String): GetClusterGatewaySettingsResult
Link copied to clipboard
Gets a cluster pool. Azure REST API version: 2023-06-01-preview.
suspend fun getClusterPool(argument: suspend GetClusterPoolPlainArgsBuilder.() -> Unit): GetClusterPoolResult
suspend fun getClusterPool(clusterPoolName: String, resourceGroupName: String): GetClusterPoolResult
Link copied to clipboard
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Gets the specific private endpoint connection. Azure REST API version: 2021-06-01. Other available API versions: 2023-04-15-preview, 2023-08-15-preview.
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
suspend fun getPrivateEndpointConnection(clusterName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult