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.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

Parametri

runtimeStack
WebAppRuntimeStack

Stack di runtime per l'app Web.

Restituisce

Fase successiva della definizione.

Si applica a