IWithSiteConfigs<FluentT>.WithPlatformArchitecture(PlatformArchitecture) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the platform architecture to use.
public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<FluentT> WithPlatformArchitecture (Microsoft.Azure.Management.AppService.Fluent.PlatformArchitecture platform);
abstract member WithPlatformArchitecture : Microsoft.Azure.Management.AppService.Fluent.PlatformArchitecture -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<'FluentT>
Public Function WithPlatformArchitecture (platform As PlatformArchitecture) As IWithCreate(Of FluentT)
Parameters
- platform
- PlatformArchitecture
The platform architecture.