getLicense

Retrieves information about the view of a license. Uses Azure REST API version 2023-06-20-preview. Other available API versions: 2023-10-03-preview, 2024-03-31-preview, 2024-05-20-preview, 2024-07-10, 2024-07-31-preview, 2024-09-10-preview, 2024-11-10-preview, 2025-01-13.

Return

Describes a license in a hybrid machine.

Parameters

argument

null


suspend fun getLicense(licenseName: String, resourceGroupName: String): GetLicenseResult

Return

Describes a license in a hybrid machine.

Parameters

licenseName

The name of the license.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


suspend fun getLicense(argument: suspend GetLicensePlainArgsBuilder.() -> Unit): GetLicenseResult

Return

Describes a license in a hybrid machine.

Parameters

argument

Builder for com.pulumi.azurenative.hybridcompute.kotlin.inputs.GetLicensePlainArgs.

See also