IWithPackageUri.WithPackageUri(String) Method

Definition

Specifies the zipped package to deploy.

public Microsoft.Azure.Management.AppService.Fluent.WebDeployment.Definition.IWithExecute WithPackageUri (string packageUri);
abstract member WithPackageUri : string -> Microsoft.Azure.Management.AppService.Fluent.WebDeployment.Definition.IWithExecute
Public Function WithPackageUri (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