Uses of Enum
com.azure.resourcemanager.appservice.models.PlatformArchitecture
Packages that use PlatformArchitecture
Package
Description
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 PlatformArchitectureModifier and TypeMethodDescriptionWebAppBase.platformArchitecture()Gets the architecture of the platform.static PlatformArchitectureReturns 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 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.