Interface Application.UpdateStages.WithMsixPackageFamilyName

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

public static interface Application.UpdateStages.WithMsixPackageFamilyName
The stage of the Application update allowing to specify msixPackageFamilyName.
  • Method Summary

    Modifier and Type
    Method
    Description
    withMsixPackageFamilyName(String msixPackageFamilyName)
    Specifies the msixPackageFamilyName property: Specifies the package family name for MSIX applications.
  • Method Details

    • withMsixPackageFamilyName

      Application.Update withMsixPackageFamilyName(String msixPackageFamilyName)
      Specifies the msixPackageFamilyName property: Specifies the package family name for MSIX applications.
      Parameters:
      msixPackageFamilyName - Specifies the package family name for MSIX applications.
      Returns:
      the next definition stage.