License Response
data class LicenseResponse(val id: String, val licenseDetails: LicenseDetailsResponse? = null, val licenseType: String? = null, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tenantId: String? = null, val type: String)
Describes a license in a hybrid machine.
Properties
Link copied to clipboard
Describes the properties of a License.
Link copied to clipboard
The type of the license resource.
Link copied to clipboard
The provisioning state, which only appears in the response.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.