| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DeploymentSlotBase.Update<FluentT>
The template for a web app update operation, containing all the settings that can be modified.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentSlotBase.UpdateStages.WithCredentials<FluentT> |
DeploymentSlotBase.UpdateStages.WithDockerContainerImage.withPrivateDockerHubImage(String imageAndTag)
Specifies the docker container image to be one from Docker Hub.
|
DeploymentSlotBase.UpdateStages.WithCredentials<FluentT> |
DeploymentSlotBase.UpdateStages.WithDockerContainerImage.withPrivateRegistryImage(String imageAndTag,
String serverUrl)
Specifies the docker container image to be one from a private registry.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.