Application.DefinitionStages.WithMsixPackageFamilyName Interface
public static interface Application.DefinitionStages.WithMsixPackageFamilyName
The stage of the Application definition allowing to specify msixPackageFamilyName.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withMsixPackageFamilyName(String msixPackageFamilyName)
Specifies the msix |
Method Details
withMsixPackageFamilyName
public abstract Application.DefinitionStages.WithCreate withMsixPackageFamilyName(String msixPackageFamilyName)
Specifies the msixPackageFamilyName property: Specifies the package family name for MSIX applications.
Parameters:
Returns: