Share via


Image.DefinitionStages.WithParentResource Interface

public static interface Image.DefinitionStages.WithParentResource

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

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingLabPlan(String resourceGroupName, String labPlanName)

Specifies resourceGroupName, labPlanName.

Method Details

withExistingLabPlan

public abstract Image.DefinitionStages.WithCreate withExistingLabPlan(String resourceGroupName, String labPlanName)

Specifies resourceGroupName, labPlanName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
labPlanName - The name of the lab plan that uniquely identifies it within containing resource group. Used in resource URIs and in UI.

Returns:

the next definition stage.

Applies to