AutonomousdevelopmentplatformFunctions

Functions

Link copied to clipboard

Gets the properties of an ADP account API Version: 2021-02-01-preview.

suspend fun getAccount(argument: suspend GetAccountPlainArgsBuilder.() -> Unit): GetAccountResult
suspend fun getAccount(accountName: String, resourceGroupName: String): GetAccountResult
Link copied to clipboard

Gets the properties of a Data Pool API Version: 2021-02-01-preview.

suspend fun getDataPool(argument: suspend GetDataPoolPlainArgsBuilder.() -> Unit): GetDataPoolResult
suspend fun getDataPool(accountName: String, dataPoolName: String, resourceGroupName: String): GetDataPoolResult