Interface MsixPackage.UpdateStages.WithIsActive

All Known Subinterfaces:
MsixPackage.Update
Enclosing interface:
MsixPackage.UpdateStages

public static interface MsixPackage.UpdateStages.WithIsActive
The stage of the MsixPackage update allowing to specify isActive.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the isActive property: Set a version of the package to be active across hostpool.
  • Method Details

    • withIsActive

      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.