Interface Application.DefinitionStages.WithMsixPackageFamilyName

All Known Subinterfaces:
Application.Definition, Application.DefinitionStages.WithCreate
Enclosing interface:
Application.DefinitionStages

public static interface Application.DefinitionStages.WithMsixPackageFamilyName
The stage of the Application definition allowing to specify msixPackageFamilyName.
  • Method Details

    • withMsixPackageFamilyName

      Application.DefinitionStages.WithCreate 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.