Uses of Class
com.azure.resourcemanager.appservice.models.StackPreferredOs
-
Packages that use StackPreferredOs Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of StackPreferredOs in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return StackPreferredOs Modifier and Type Method Description StackPreferredOsFunctionAppStackInner. preferredOs()Get the preferredOs property: Function App stack preferred OS.StackPreferredOsFunctionAppStackProperties. preferredOs()Get the preferredOs property: Function App stack preferred OS.StackPreferredOsWebAppStackInner. preferredOs()Get the preferredOs property: Web App stack preferred OS.StackPreferredOsWebAppStackProperties. preferredOs()Get the preferredOs property: Web App stack preferred OS. -
Uses of StackPreferredOs in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return StackPreferredOs Modifier and Type Method Description static StackPreferredOsStackPreferredOs. fromString(String value)Parses a serialized value to a StackPreferredOs instance.static StackPreferredOsStackPreferredOs. valueOf(String name)Returns the enum constant of this type with the specified name.static StackPreferredOs[]StackPreferredOs. values()Returns an array containing the constants of this enum type, in the order they are declared.
-