| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentSlotBase.Update<FluentT> |
DeploymentSlotBase.UpdateStages.WithCredentials.withCredentials(String username,
String password)
Specifies the username and password for Docker Hub.
|
DeploymentSlotBase.Update<FluentT> |
DeploymentSlotBase.UpdateStages.WithRuntimeVersion.withLatestRuntimeVersion()
Uses the latest runtime version for the function app.
|
DeploymentSlotBase.Update<FluentT> |
DeploymentSlotBase.UpdateStages.WithDockerContainerImage.withPublicDockerHubImage(String imageAndTag)
Specifies the docker container image to be one from Docker Hub.
|
DeploymentSlotBase.Update<FluentT> |
DeploymentSlotBase.UpdateStages.WithRuntimeVersion.withRuntime(String runtime)
Specifies the runtime for the function app.
|
DeploymentSlotBase.Update<FluentT> |
DeploymentSlotBase.UpdateStages.WithRuntimeVersion.withRuntimeVersion(String version)
Specifies the runtime version for the function app.
|
DeploymentSlotBase.Update<FluentT> |
DeploymentSlotBase.UpdateStages.WithStartUpCommand.withStartUpCommand(String startUpCommand)
Specifies the startup command.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.