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