Uses of Class
com.microsoft.azure.management.appservice.MSDeploy
Packages that use MSDeploy
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of MSDeploy in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return MSDeployModifier and TypeMethodDescriptionMSDeploy.withAddOnPackages
(List<MSDeployCore> addOnPackages) Set list of Add-On packages.MSDeploy.withAppOffline
(Boolean appOffline) Set sets the AppOffline rule while the MSDeploy operation executes.MSDeploy.withConnectionString
(String connectionString) Set sQL Connection String.MSDeploy.withDbType
(String dbType) Set database Type.MSDeploy.withPackageUri
(String packageUri) Set package URI.MSDeploy.withSetParameters
(Map<String, String> setParameters) Set mSDeploy Parameters.MSDeploy.withSetParametersXmlFileUri
(String setParametersXmlFileUri) Set uRI of MSDeploy Parameters file.MSDeploy.withSkipAppData
(Boolean skipAppData) Set controls whether the MSDeploy operation skips the App_Data directory.