MsixPackage.DefinitionStages.WithIsActive Interface
public static interface MsixPackage.DefinitionStages.WithIsActive
The stage of the MsixPackage definition allowing to specify isActive.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withIsActive(Boolean isActive)
Specifies the is |
Method Details
withIsActive
public abstract MsixPackage.DefinitionStages.WithCreate withIsActive(Boolean isActive)
Specifies the isActive property: Make this version of the package the active one across the hostpool. .
Parameters:
Returns: