次の方法で共有


IWithSiteConfigs<FluentT>.WithPlatformArchitecture メソッド

定義

使用するプラットフォーム アーキテクチャを指定します。

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)

パラメーター

platform
PlatformArchitecture

プラットフォーム アーキテクチャ。

戻り値

適用対象