Uses of Class
com.microsoft.azure.management.appservice.PlatformArchitecture
-
-
Uses of PlatformArchitecture in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return PlatformArchitecture Modifier and Type Method Description PlatformArchitectureWebAppBase. platformArchitecture()static PlatformArchitecturePlatformArchitecture. valueOf(String name)Returns the enum constant of this type with the specified name.static PlatformArchitecture[]PlatformArchitecture. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.appservice with parameters of type PlatformArchitecture Modifier and Type Method Description WebAppBase.DefinitionStages.WithCreate<FluentT>WebAppBase.DefinitionStages.WithSiteConfigs. withPlatformArchitecture(PlatformArchitecture platform)Specifies the platform architecture to use.WebAppBase.Update<FluentT>WebAppBase.UpdateStages.WithSiteConfigs. withPlatformArchitecture(PlatformArchitecture platform)Specifies the platform architecture to use.
-