Uses of Interface
com.azure.resourcemanager.appservice.models.DeploymentSlotBase.Update
Packages that use DeploymentSlotBase.Update
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of DeploymentSlotBase.Update in com.azure.resourcemanager.appservice.models
Subinterfaces with type arguments of type DeploymentSlotBase.Update in com.azure.resourcemanager.appservice.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure Web App deployment slot.interfaceDeploymentSlotBase<FluentT>An immutable client-side representation of an Azure Web App deployment slot.interfaceAn immutable client-side representation of an Azure Function App deployment slot.Methods in com.azure.resourcemanager.appservice.models that return DeploymentSlotBase.UpdateModifier and TypeMethodDescriptionDeploymentSlotBase.UpdateStages.WithCredentials.withCredentials(String username, String password) Specifies the username and password for Docker Hub.DeploymentSlotBase.UpdateStages.WithRuntimeVersion.withLatestRuntimeVersion()Uses the latest runtime version for the function app.DeploymentSlotBase.UpdateStages.WithDockerContainerImage.withPublicDockerHubImage(String imageAndTag) Specifies the docker container image to be one from Docker Hub.DeploymentSlotBase.UpdateStages.WithRuntimeVersion.withRuntime(String runtime) Specifies the runtime for the function app.DeploymentSlotBase.UpdateStages.WithRuntimeVersion.withRuntimeVersion(String version) Specifies the runtime version for the function app.DeploymentSlotBase.UpdateStages.WithStartUpCommand.withStartUpCommand(String startUpCommand) Specifies the startup command.