IWithWindowsRuntimeStack.WithRuntimeStack(WebAppRuntimeStack) 메서드

정의

Windows 운영 체제에서 웹앱의 런타임 스택을 지정합니다.

public Microsoft.Azure.Management.AppService.Fluent.WebApp.Update.IUpdate WithRuntimeStack (Microsoft.Azure.Management.AppService.Fluent.WebAppRuntimeStack runtimeStack);
abstract member WithRuntimeStack : Microsoft.Azure.Management.AppService.Fluent.WebAppRuntimeStack -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Update.IUpdate
Public Function WithRuntimeStack (runtimeStack As WebAppRuntimeStack) As IUpdate

매개 변수

runtimeStack
WebAppRuntimeStack

웹앱의 런타임 스택입니다.

반환

웹앱 업데이트의 다음 단계입니다.

적용 대상