public static interface DeploymentSlotBase.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DeploymentSlotBase.UpdateStages.WithCredentials<FluentT>
A deployment slot update allowing docker hub credentials to be set.
|
static interface |
DeploymentSlotBase.UpdateStages.WithDockerContainerImage<FluentT>
A deployment slot update allowing docker image source to be specified.
|
static interface |
DeploymentSlotBase.UpdateStages.WithRuntimeVersion<FluentT>
A deployment slot update allowing runtime version to be specified.
|
static interface |
DeploymentSlotBase.UpdateStages.WithStartUpCommand<FluentT>
A deployment slot update allowing docker startup command to be specified.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.