Uses of Class
com.azure.resourcemanager.appservice.models.PlatformArchitecture
-
Packages that use PlatformArchitecture Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of PlatformArchitecture in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models 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.azure.resourcemanager.appservice.models 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.
-