你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithAddOnPackage.WithAddOnPackage(String) 方法

定义

将额外的包添加到部署。

public Microsoft.Azure.Management.AppService.Fluent.WebDeployment.Definition.IWithExecute WithAddOnPackage (string packageUri);
abstract member WithAddOnPackage : string -> Microsoft.Azure.Management.AppService.Fluent.WebDeployment.Definition.IWithExecute
Public Function WithAddOnPackage (packageUri As String) As IWithExecute

参数

packageUri
String

包的 URL。 它可以是指向包 zip 的公开可用链接,也可以是包含 SAS 令牌的 Azure 存储对象。

返回

适用于