getLicense

Retrieves information about the view of a license. Azure REST API version: 2023-06-20-preview.

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.

See also

Parameters

licenseName

The name of the license.

resourceGroupName

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


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

Return

Describes a license in a hybrid machine.

See also

Parameters

argument

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