WebApp.UpdateStages.WithLinuxAppImage Interface
public static interface WebApp.UpdateStages.WithLinuxAppImage
A web app update allowing built-in container image on Linux operating system to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withBuiltInImage(RuntimeStack runtimeStack)
Specifies the docker container image to be a built in one. |
Method Details
withBuiltInImage
public abstract WebApp.Update withBuiltInImage(RuntimeStack runtimeStack)
Specifies the docker container image to be a built in one.
Parameters:
runtimeStack
- the runtime stack installed on the image
Returns:
the next stage of the web app update
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java