MsixPackage.UpdateStages.WithIsActive Interface

public static interface MsixPackage.UpdateStages.WithIsActive

The stage of the MsixPackage update allowing to specify isActive.

Method Summary

Modifier and Type Method and Description
abstract Update withIsActive(Boolean isActive)

Specifies the isActive property: Set a version of the package to be active across hostpool.

Method Details

withIsActive

public abstract MsixPackage.Update withIsActive(Boolean isActive)

Specifies the isActive property: Set a version of the package to be active across hostpool. .

Parameters:

isActive - Set a version of the package to be active across hostpool.

Returns:

the next definition stage.

Applies to