get License Profile
Retrieves information about the view of a license profile. Azure REST API version: 2023-06-20-preview.
Return
Describes a license profile in a hybrid machine.
Parameters
argument
null
suspend fun getLicenseProfile(licenseProfileName: String, machineName: String, resourceGroupName: String): GetLicenseProfileResult
Return
Describes a license profile in a hybrid machine.
See also
Parameters
license Profile Name
The name of the license profile.
machine Name
The name of the hybrid machine.
resource Group Name
The name of the resource group. The name is case insensitive.
suspend fun getLicenseProfile(argument: suspend GetLicenseProfilePlainArgsBuilder.() -> Unit): GetLicenseProfileResult
Return
Describes a license profile in a hybrid machine.
See also
Parameters
argument
Builder for com.pulumi.azurenative.hybridcompute.kotlin.inputs.GetLicenseProfilePlainArgs.