public class MSDeployCore extends Object
| Constructor and Description |
|---|
MSDeployCore() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
appOffline()
Get the appOffline value.
|
String |
connectionString()
Get the connectionString value.
|
String |
dbType()
Get the dbType value.
|
String |
packageUri()
Get the packageUri value.
|
List<MSDeployParameterEntry> |
setParameters()
Get the setParameters value.
|
String |
setParametersXmlFileUri()
Get the setParametersXmlFileUri value.
|
Boolean |
skipAppData()
Get the skipAppData value.
|
MSDeployCore |
withAppOffline(Boolean appOffline)
Set the appOffline value.
|
MSDeployCore |
withConnectionString(String connectionString)
Set the connectionString value.
|
MSDeployCore |
withDbType(String dbType)
Set the dbType value.
|
MSDeployCore |
withPackageUri(String packageUri)
Set the packageUri value.
|
MSDeployCore |
withSetParameters(List<MSDeployParameterEntry> setParameters)
Set the setParameters value.
|
MSDeployCore |
withSetParametersXmlFileUri(String setParametersXmlFileUri)
Set the setParametersXmlFileUri value.
|
MSDeployCore |
withSkipAppData(Boolean skipAppData)
Set the skipAppData value.
|
public String packageUri()
public MSDeployCore withPackageUri(String packageUri)
packageUri - the packageUri value to setpublic String connectionString()
public MSDeployCore withConnectionString(String connectionString)
connectionString - the connectionString value to setpublic String dbType()
public MSDeployCore withDbType(String dbType)
dbType - the dbType value to setpublic String setParametersXmlFileUri()
public MSDeployCore withSetParametersXmlFileUri(String setParametersXmlFileUri)
setParametersXmlFileUri - the setParametersXmlFileUri value to setpublic List<MSDeployParameterEntry> setParameters()
public MSDeployCore withSetParameters(List<MSDeployParameterEntry> setParameters)
setParameters - the setParameters value to setpublic Boolean skipAppData()
public MSDeployCore withSkipAppData(Boolean skipAppData)
skipAppData - the skipAppData value to setpublic Boolean appOffline()
public MSDeployCore withAppOffline(Boolean appOffline)
appOffline - the appOffline value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/