Interface MsixPackage.UpdateStages.WithDisplayName

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

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

    Modifier and Type
    Method
    Description
    withDisplayName(String displayName)
    Specifies the displayName property: Display name for MSIX Package..
  • Method Details

    • withDisplayName

      MsixPackage.Update withDisplayName(String displayName)
      Specifies the displayName property: Display name for MSIX Package..
      Parameters:
      displayName - Display name for MSIX Package.
      Returns:
      the next definition stage.