Interface AppServicePlan.DefinitionStages.WithOperatingSystem
-
- All Known Subinterfaces:
AppServicePlan.Definition
- Enclosing interface:
- AppServicePlan.DefinitionStages
public static interface AppServicePlan.DefinitionStages.WithOperatingSystemAn app service plan definition allowing the operating system to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppServicePlan.DefinitionStages.WithCreatewithOperatingSystem(OperatingSystem operatingSystem)Specifies the operating system of the app service plan.
-
-
-
Method Detail
-
withOperatingSystem
AppServicePlan.DefinitionStages.WithCreate withOperatingSystem(OperatingSystem operatingSystem)
Specifies the operating system of the app service plan.- Parameters:
operatingSystem- the operating system- Returns:
- the next stage of the definition
-
-