Uses of Enum Class
com.microsoft.azure.management.appservice.PlatformArchitecture
Packages that use PlatformArchitecture
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of PlatformArchitecture in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return PlatformArchitectureModifier and TypeMethodDescriptionWebAppBase.platformArchitecture()static PlatformArchitectureReturns the enum constant of this class with the specified name.static PlatformArchitecture[]PlatformArchitecture.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.appservice with parameters of type PlatformArchitectureModifier and TypeMethodDescriptionWebAppBase.DefinitionStages.WithSiteConfigs.withPlatformArchitecture(PlatformArchitecture platform) Specifies the platform architecture to use.WebAppBase.UpdateStages.WithSiteConfigs.withPlatformArchitecture(PlatformArchitecture platform) Specifies the platform architecture to use.