getView

suspend fun getView(argument: GetViewPlainArgs): GetViewResult

Gets the view by view name. Uses Azure REST API version 2023-03-01. Other available API versions: 2019-11-01, 2020-06-01, 2022-10-01, 2022-10-05-preview, 2023-04-01-preview, 2023-07-01-preview, 2023-08-01, 2023-09-01, 2023-11-01, 2024-08-01, 2024-10-01-preview.

Return

States and configurations of Cost Analysis.

Parameters

argument

null


suspend fun getView(viewName: String): GetViewResult

Return

States and configurations of Cost Analysis.

Parameters

viewName

View name

See also


suspend fun getView(argument: suspend GetViewPlainArgsBuilder.() -> Unit): GetViewResult

Return

States and configurations of Cost Analysis.

Parameters

argument

Builder for com.pulumi.azurenative.costmanagement.kotlin.inputs.GetViewPlainArgs.

See also