public static interface WebDeployment.DefinitionStages.WithPackageUri
| Modifier and Type | Method and Description |
|---|---|
WebDeployment.DefinitionStages.WithExecute |
withPackageUri(String packageUri)
Specifies the zipped package to deploy.
|
WebDeployment.DefinitionStages.WithExecute withPackageUri(String packageUri)
packageUri - the URL to the package. It can be a publicly available link to the package zip, or an
Azure Storage object with a SAS tokenVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.