MSDeployProperties |
MSDeployProperties.withAddOnPackages(List<MSDeployCore> addOnPackages) |
Set the addOnPackages property: List of Add-On packages.
|
MSDeployProperties |
MSDeployProperties.withAppOffline(Boolean appOffline) |
Set the appOffline property: Sets the AppOffline rule while the MSDeploy operation executes.
|
MSDeployProperties |
MSDeployProperties.withConnectionString(String connectionString) |
Set the connectionString property: SQL Connection String.
|
MSDeployProperties |
MSDeployProperties.withDbType(String dbType) |
Set the dbType property: Database Type.
|
MSDeployProperties |
MSDeployProperties.withPackageUri(String packageUri) |
Set the packageUri property: Package URI.
|
MSDeployProperties |
MSDeployProperties.withSetParameters(Map<String,String> setParameters) |
Set the setParameters property: MSDeploy Parameters.
|
MSDeployProperties |
MSDeployProperties.withSetParametersXmlFileUri(String setParametersXmlFileUri) |
Set the setParametersXmlFileUri property: URI of MSDeploy Parameters file.
|
MSDeployProperties |
MSDeployProperties.withSkipAppData(Boolean skipAppData) |
Set the skipAppData property: Controls whether the MSDeploy operation skips the App_Data directory.
|