MsixPackage.DefinitionStages.WithImagePath Interface

public static interface MsixPackage.DefinitionStages.WithImagePath

The stage of the MsixPackage definition allowing to specify imagePath.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withImagePath(String imagePath)

Specifies the imagePath property: VHD/CIM image path on Network Share..

Method Details

withImagePath

public abstract MsixPackage.DefinitionStages.WithCreate withImagePath(String imagePath)

Specifies the imagePath property: VHD/CIM image path on Network Share..

Parameters:

imagePath - VHD/CIM image path on Network Share.

Returns:

the next definition stage.

Applies to