| 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.WithStartUpCommand |
WebApp.DefinitionStages.WithCredentials.withCredentials(String username,
String password)
Specifies the username and password for Docker Hub or the docker registry.
|
WebApp.DefinitionStages.WithStartUpCommand |
WebApp.DefinitionStages.WithContainerImage.withPublicDockerHubImage(String imageAndTag)
Specifies the docker container image to be one from Docker Hub.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.