[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

InlineAssetDetailsRequestData

Asset metadata.

Required attributes for source type AZURE_MARKET_PLACE and asset type AZURE_VM_IN_RG: licenseType, publisher, offer, sku, version, subnet, vnet and vmSize.

Required attributes for source type AZURE_CUSTOM_VM and asset type AZURE_VM_IN_RG: licenseType, publisher, offer, sku, vmSize, vmName, resourceGroupName.

If sourceType is AZURE_CUSTOM_VM, vmName, and resourceGroupName fields are used to validate the existence of source VM on given Provider. Upon successful validation, the source VM metadata is used to create corresponding image and version.

Required attributes for AZURE_IMAGE_IN_SIG: galleryAzureADTenantId, galleryImageResourceId. Optional Attributes: mspOrgId, multiSession, isClientAccessLicenseApplicable.

If mspOrgId is provided, its used to validate that source image exists in MSP Org and to copy source image metadata such as OS, OS type and GPU type and application scan data from MSP Org to Customer’s Org for target image and version.


JSON Example

{
    "galleryAzureADTenantId": "AzureAD-TenantId-Containing-SourceImage",
    "galleryImageResourceId": "Source-SIGImageVersion-AzureResourceId",
    "licenseType": "Windows_Client",
    "mspOrgId": "PartnerOrg-CSPOrgId-Containing-SourceImage",
    "offer": "windows-10",
    "publisher": "microsoftwindowsdesktop",
    "resourceGroupName": "CustomVM-Resource-Group-Name",
    "sku": "19h2-evd",
    "subNet": "test_vnet_subnet",
    "vNet": "test_vnet",
    "vmName": "CustomVM-Name",
    "vmSize": "Standard_D2_v2"
}
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Property Of

AssetDetailsRequest

Feedback

Was this page helpful?