Compartir a través de


IWithWindowsRuntimeStack.WithRuntimeStack(WebAppRuntimeStack) Método

Definición

Especifica la pila en tiempo de ejecución de la aplicación web en el sistema operativo Windows.

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

Parámetros

runtimeStack
WebAppRuntimeStack

Pila en tiempo de ejecución de la aplicación web.

Devoluciones

La siguiente fase de la definición.

Se aplica a