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 WithCreate withIsActive(Boolean isActive)

Specifies the isActive property: Make this version of the package the active one across the hostpool.

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:

isActive - Make this version of the package the active one across the hostpool.

Returns:

the next definition stage.

Applies to