Condividi tramite


IWithWindowsRuntimeStack.WithRuntimeStack(WebAppRuntimeStack) Metodo

Definizione

Specifica lo stack di runtime per l'app Web nel sistema operativo 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

Parametri

runtimeStack
WebAppRuntimeStack

Stack di runtime per l'app Web.

Restituisce

Fase successiva dell'aggiornamento dell'app Web.

Si applica a