public class MSDeployCore extends Object
| Constructor and Description |
|---|
MSDeployCore() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
appOffline()
Get the appOffline property: Sets the AppOffline rule while the MSDeploy operation executes.
|
String |
connectionString()
Get the connectionString property: SQL Connection String.
|
String |
dbType()
Get the dbType property: Database Type.
|
String |
packageUri()
Get the packageUri property: Package URI.
|
Map<String,String> |
setParameters()
Get the setParameters property: MSDeploy Parameters.
|
String |
setParametersXmlFileUri()
Get the setParametersXmlFileUri property: URI of MSDeploy Parameters file.
|
Boolean |
skipAppData()
Get the skipAppData property: Controls whether the MSDeploy operation skips the App_Data directory.
|
void |
validate()
Validates the instance.
|
MSDeployCore |
withAppOffline(Boolean appOffline)
Set the appOffline property: Sets the AppOffline rule while the MSDeploy operation executes.
|
MSDeployCore |
withConnectionString(String connectionString)
Set the connectionString property: SQL Connection String.
|
MSDeployCore |
withDbType(String dbType)
Set the dbType property: Database Type.
|
MSDeployCore |
withPackageUri(String packageUri)
Set the packageUri property: Package URI.
|
MSDeployCore |
withSetParameters(Map<String,String> setParameters)
Set the setParameters property: MSDeploy Parameters.
|
MSDeployCore |
withSetParametersXmlFileUri(String setParametersXmlFileUri)
Set the setParametersXmlFileUri property: URI of MSDeploy Parameters file.
|
MSDeployCore |
withSkipAppData(Boolean skipAppData)
Set the skipAppData property: Controls whether the MSDeploy operation skips the App_Data directory.
|
public String packageUri()
public MSDeployCore withPackageUri(String packageUri)
packageUri - the packageUri value to set.public String connectionString()
public MSDeployCore withConnectionString(String connectionString)
connectionString - the connectionString value to set.public String dbType()
public MSDeployCore withDbType(String dbType)
dbType - the dbType value to set.public String setParametersXmlFileUri()
public MSDeployCore withSetParametersXmlFileUri(String setParametersXmlFileUri)
setParametersXmlFileUri - the setParametersXmlFileUri value to set.public Map<String,String> setParameters()
public MSDeployCore withSetParameters(Map<String,String> setParameters)
setParameters - the setParameters value to set.public Boolean skipAppData()
public MSDeployCore withSkipAppData(Boolean skipAppData)
skipAppData - the skipAppData value to set.public Boolean appOffline()
public MSDeployCore withAppOffline(Boolean appOffline)
appOffline - the appOffline value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.