public static interface AppServicePlan.DefinitionStages.WithOperatingSystem
| Modifier and Type | Method and Description |
|---|---|
AppServicePlan.DefinitionStages.WithCreate |
withOperatingSystem(OperatingSystem operatingSystem)
Specifies the operating system of the app service plan.
|
AppServicePlan.DefinitionStages.WithCreate withOperatingSystem(OperatingSystem operatingSystem)
operatingSystem - the operating systemVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.