| Modifier and Type | Method and Description |
|---|---|
MSDeploy |
MSDeploy.withAddOnPackages(List<MSDeployCore> addOnPackages)
Set list of Add-On packages.
|
MSDeploy |
MSDeploy.withAppOffline(Boolean appOffline)
Set sets the AppOffline rule while the MSDeploy operation executes.
|
MSDeploy |
MSDeploy.withConnectionString(String connectionString)
Set sQL Connection String.
|
MSDeploy |
MSDeploy.withDbType(String dbType)
Set database Type.
|
MSDeploy |
MSDeploy.withPackageUri(String packageUri)
Set package URI.
|
MSDeploy |
MSDeploy.withSetParameters(Map<String,String> setParameters)
Set mSDeploy Parameters.
|
MSDeploy |
MSDeploy.withSetParametersXmlFileUri(String setParametersXmlFileUri)
Set uRI of MSDeploy Parameters file.
|
MSDeploy |
MSDeploy.withSkipAppData(Boolean skipAppData)
Set controls whether the MSDeploy operation skips the App_Data directory.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/