public final class MSDeployProperties extends MSDeployCore
| Constructor and Description |
|---|
MSDeployProperties() |
| Modifier and Type | Method and Description |
|---|---|
List<MSDeployCore> |
addOnPackages()
Get the addOnPackages property: List of Add-On packages.
|
void |
validate()
Validates the instance.
|
MSDeployProperties |
withAddOnPackages(List<MSDeployCore> addOnPackages)
Set the addOnPackages property: List of Add-On packages.
|
MSDeployProperties |
withAppOffline(Boolean appOffline)
Set the appOffline property: Sets the AppOffline rule while the MSDeploy operation executes.
|
MSDeployProperties |
withConnectionString(String connectionString)
Set the connectionString property: SQL Connection String.
|
MSDeployProperties |
withDbType(String dbType)
Set the dbType property: Database Type.
|
MSDeployProperties |
withPackageUri(String packageUri)
Set the packageUri property: Package URI.
|
MSDeployProperties |
withSetParameters(Map<String,String> setParameters)
Set the setParameters property: MSDeploy Parameters.
|
MSDeployProperties |
withSetParametersXmlFileUri(String setParametersXmlFileUri)
Set the setParametersXmlFileUri property: URI of MSDeploy Parameters file.
|
MSDeployProperties |
withSkipAppData(Boolean skipAppData)
Set the skipAppData property: Controls whether the MSDeploy operation skips the App_Data directory.
|
appOffline, connectionString, dbType, packageUri, setParameters, setParametersXmlFileUri, skipAppDatapublic List<MSDeployCore> addOnPackages()
public MSDeployProperties withAddOnPackages(List<MSDeployCore> addOnPackages)
addOnPackages - the addOnPackages value to set.public MSDeployProperties withPackageUri(String packageUri)
withPackageUri in class MSDeployCorepackageUri - the packageUri value to set.public MSDeployProperties withConnectionString(String connectionString)
withConnectionString in class MSDeployCoreconnectionString - the connectionString value to set.public MSDeployProperties withDbType(String dbType)
withDbType in class MSDeployCoredbType - the dbType value to set.public MSDeployProperties withSetParametersXmlFileUri(String setParametersXmlFileUri)
withSetParametersXmlFileUri in class MSDeployCoresetParametersXmlFileUri - the setParametersXmlFileUri value to set.public MSDeployProperties withSetParameters(Map<String,String> setParameters)
withSetParameters in class MSDeployCoresetParameters - the setParameters value to set.public MSDeployProperties withSkipAppData(Boolean skipAppData)
withSkipAppData in class MSDeployCoreskipAppData - the skipAppData value to set.public MSDeployProperties withAppOffline(Boolean appOffline)
withAppOffline in class MSDeployCoreappOffline - the appOffline value to set.public void validate()
validate in class MSDeployCoreIllegalArgumentException - 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.