getView

suspend fun getView(argument: GetViewPlainArgs): GetViewResult

Gets the view by view name. API Version: 2019-11-01.

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