public interface WebDeployment extends Executable<WebDeployment>, HasParent<WebAppBase>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebDeployment.Definition
The entirety of web deployment parameters definition.
|
static interface |
WebDeployment.DefinitionStages
Grouping of web deployment definition stages.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
complete() |
String |
deployer() |
OffsetDateTime |
endTime() |
OffsetDateTime |
startTime() |
execute, executeAsyncString deployer()
OffsetDateTime startTime()
OffsetDateTime endTime()
boolean complete()
Copyright © 2021 Microsoft Corporation. All rights reserved.