Share via


LabPlan.DefinitionStages.WithAllowedRegions Interface

public static interface LabPlan.DefinitionStages.WithAllowedRegions

The stage of the LabPlan definition allowing to specify allowedRegions.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withAllowedRegions(List<String> allowedRegions)

Specifies the allowedRegions property: The allowed regions for the lab creator to use when creating labs using this lab plan..

Method Details

withAllowedRegions

public abstract LabPlan.DefinitionStages.WithCreate withAllowedRegions(List<String> allowedRegions)

Specifies the allowedRegions property: The allowed regions for the lab creator to use when creating labs using this lab plan..

Parameters:

allowedRegions - The allowed regions for the lab creator to use when creating labs using this lab plan.

Returns:

the next definition stage.

Applies to