WebDeployment.DefinitionStages.WithAddOnPackage.withAddOnPackage(String packageUri) 方法
定义
Adds an extra package to the deployment.
public WithExecute withAddOnPackage(String packageUri)
参数
- packageUri
- String
the URL to the package. It can be a publicly available link to the package zip, or an Azure Storage object with a SAS token
返回
the next definition stage