BeginMachineImageProvisioning Action
Triggers export of a generalized image from the Power Automate Desktop Flow hosted machine to hosted group. Use this API to trigger the provisioning of a VM image from an existing Hosted Machine.
Parameters
Parameters allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
machineImageSource
|
crmbaseentity | False | True | The Machine Image Source used in the generalization for a hosted group. |
sharedImageGalleryDestination
|
crmbaseentity | False | True | The Shared Image Gallery Destination where the generalized machine image will be exported |
vmImageName
|
Edm.String | False | False | The created Machine Image name. |
vmImageDescription
|
Edm.String | True | False | The created Machine Image description. |
Return type
Type | Nullable | Description |
---|---|---|
BeginMachineImageProvisioningResponse | False | Contains the response of the BeginMachineImageProvisioning action. |