get Custom Api
Gets a custom API by name for a specific subscription and resource group Uses Azure REST API version 2016-06-01.
Return
A custom API
Parameters
argument
null
suspend fun getCustomApi(apiName: String, resourceGroupName: String, subscriptionId: String? = null): GetCustomApiResult
Return
A custom API
Parameters
api Name
API name
resource Group Name
The resource group
subscription Id
Subscription Id
See also
suspend fun getCustomApi(argument: suspend GetCustomApiPlainArgsBuilder.() -> Unit): GetCustomApiResult
Return
A custom API
Parameters
argument
Builder for com.pulumi.azurenative.web.kotlin.inputs.GetCustomApiPlainArgs.