get Console With Location
suspend fun getConsoleWithLocation(argument: GetConsoleWithLocationPlainArgs): GetConsoleWithLocationResult
Gets the console for the user. Uses Azure REST API version 2018-10-01.
Return
Cloud shell console
Parameters
argument
null
suspend fun getConsoleWithLocation(consoleName: String, location: String): GetConsoleWithLocationResult
Return
Cloud shell console
Parameters
console Name
The name of the console
location
The provider location
See also
suspend fun getConsoleWithLocation(argument: suspend GetConsoleWithLocationPlainArgsBuilder.() -> Unit): GetConsoleWithLocationResult
Return
Cloud shell console
Parameters
argument
Builder for com.pulumi.azurenative.portal.kotlin.inputs.GetConsoleWithLocationPlainArgs.