ApplicationGroup.DefinitionStages.WithHostPoolArmPath Interface

public static interface ApplicationGroup.DefinitionStages.WithHostPoolArmPath

The stage of the ApplicationGroup definition allowing to specify hostPoolArmPath.

Method Summary

Modifier and Type Method and Description
abstract WithApplicationGroupType withHostPoolArmPath(String hostPoolArmPath)

Specifies the hostPoolArmPath property: HostPool arm path of ApplicationGroup..

Method Details

withHostPoolArmPath

public abstract ApplicationGroup.DefinitionStages.WithApplicationGroupType withHostPoolArmPath(String hostPoolArmPath)

Specifies the hostPoolArmPath property: HostPool arm path of ApplicationGroup..

Parameters:

hostPoolArmPath - HostPool arm path of ApplicationGroup.

Returns:

the next definition stage.

Applies to