MsixPackage.DefinitionStages.WithParentResource Interface

public static interface MsixPackage.DefinitionStages.WithParentResource

The stage of the MsixPackage definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingHostPool(String resourceGroupName, String hostPoolName)

Specifies resourceGroupName, hostPoolName.

Method Details

withExistingHostPool

public abstract MsixPackage.DefinitionStages.WithCreate withExistingHostPool(String resourceGroupName, String hostPoolName)

Specifies resourceGroupName, hostPoolName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
hostPoolName - The name of the host pool within the specified resource group.

Returns:

the next definition stage.

Applies to