ApplicationPackageEdgeDto
Schema for Edge details with respect to application package capture request.if this is empty, Only an empty application will be created
Properties
Active directory id on which VM will be provisioned for capturing application package
DeliveryMode for captured package. Default is CLASSIC
Possible values are: CLASSIC , ONDEMAND
Edge deployment Id where to be packaged
Image Id used for packaging
Description for the package to be given post capture
Name of the package to be given post capture
Azure AD Object guid of the Owner
The name of the user who is actually responsible for capturing application package
Provider instance Id where to be packaged
Size of Azure VM to be provisioned for packaging
JSON Example
{
"activeDirectoryId": "627937bfdc75be5d6f96a8bd",
"deliveryMode": "ONDEMAND",
"edgeDeploymentId": "63be5420e2f0db03a3fc1f52",
"imageId": "625fe51bfdac3b4a3b3effbb",
"packageDescription": "Notepadd++ packaged for windows",
"packageName": "Notepadd++ v19.2",
"packagerId": "22f6e662-f136-11ec-8ea0-0242ac120002",
"packagerName": "testuser1@avtest.azure.vmwav.net",
"providerInstanceId": "62cbc397a6d6c400cfb44765",
"vmSkuId": "Standard_A1_v2"
}
Property Of
ApplicationPackageDto
ApplicationPackageUpdateDto