IWithAddOnPackage.WithAddOnPackage(String) Method

Definition

Adds an extra package to the deployment.

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

Parameters

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.

Returns

Applies to