IWithSiteConfigs<FluentT>.WithPlatformArchitecture Method

Definition

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.

Returns

Applies to