| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebApp.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
WebApp.DefinitionStages.WithCredentials |
WebApp.DefinitionStages.WithContainerImage.withPrivateDockerHubImage(String imageAndTag)
Specifies the docker container image to be one from Docker Hub.
|
WebApp.DefinitionStages.WithCredentials |
WebApp.DefinitionStages.WithContainerImage.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.