All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azurenative.portalservices.kotlin.PortalservicesFunctions.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 2.82.0.0
Show newest version
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azurenative.portalservices.kotlin

import com.pulumi.azurenative.portalservices.PortalservicesFunctions.getCopilotSettingPlain
import com.pulumi.azurenative.portalservices.kotlin.outputs.GetCopilotSettingResult
import com.pulumi.azurenative.portalservices.kotlin.outputs.GetCopilotSettingResult.Companion.toKotlin
import kotlinx.coroutines.future.await
import kotlin.Suppress

public object PortalservicesFunctions {
    /**
     * Get a CopilotSettingsResource
     * Azure REST API version: 2024-04-01-preview.
     * @param argument null
     * @return The copilot settings tenant resource definition.
     */
    public suspend fun getCopilotSetting(): GetCopilotSettingResult =
        toKotlin(getCopilotSettingPlain().await())
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy