GetMultipleActivationKeyResult

data class GetMultipleActivationKeyResult(val agreementNumber: String? = null, val azureApiVersion: String, val expirationDate: String, val id: String, val installedServerNumber: Int? = null, val isEligible: Boolean? = null, val location: String, val multipleActivationKey: String, val name: String, val osType: String? = null, val provisioningState: String, val supportType: String? = null, val tags: Map<String, String>? = null, val type: String)

MAK key details.

Constructors

Link copied to clipboard
constructor(agreementNumber: String? = null, azureApiVersion: String, expirationDate: String, id: String, installedServerNumber: Int? = null, isEligible: Boolean? = null, location: String, multipleActivationKey: String, name: String, osType: String? = null, provisioningState: String, supportType: String? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val agreementNumber: String? = null

Agreement number under which the key is requested.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

End of support of security updates activated by the MAK key.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Number of activations/servers using the MAK key.

Link copied to clipboard
val isEligible: Boolean? = null
true if user has eligible on-premises Windows physical or virtual machines, and that the requested key will only be used in their organization; false otherwise.
Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

MAK 5x5 key.

Link copied to clipboard

The name of the resource

Link copied to clipboard
val osType: String? = null

Type of OS for which the key is requested.

Link copied to clipboard
Link copied to clipboard
val supportType: String? = null

Type of support

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"