public class MSDeploy extends ProxyOnlyResource
| Constructor and Description |
|---|
MSDeploy() |
| Modifier and Type | Method and Description |
|---|---|
List<MSDeployCore> |
addOnPackages()
Get list of Add-On packages.
|
Boolean |
appOffline()
Get sets the AppOffline rule while the MSDeploy operation executes.
|
String |
connectionString()
Get sQL Connection String.
|
String |
dbType()
Get database Type.
|
String |
packageUri()
Get package URI.
|
Map<String,String> |
setParameters()
Get mSDeploy Parameters.
|
String |
setParametersXmlFileUri()
Get uRI of MSDeploy Parameters file.
|
Boolean |
skipAppData()
Get controls whether the MSDeploy operation skips the App_Data directory.
|
MSDeploy |
withAddOnPackages(List<MSDeployCore> addOnPackages)
Set list of Add-On packages.
|
MSDeploy |
withAppOffline(Boolean appOffline)
Set sets the AppOffline rule while the MSDeploy operation executes.
|
MSDeploy |
withConnectionString(String connectionString)
Set sQL Connection String.
|
MSDeploy |
withDbType(String dbType)
Set database Type.
|
MSDeploy |
withPackageUri(String packageUri)
Set package URI.
|
MSDeploy |
withSetParameters(Map<String,String> setParameters)
Set mSDeploy Parameters.
|
MSDeploy |
withSetParametersXmlFileUri(String setParametersXmlFileUri)
Set uRI of MSDeploy Parameters file.
|
MSDeploy |
withSkipAppData(Boolean skipAppData)
Set controls whether the MSDeploy operation skips the App_Data directory.
|
kind, withKindpublic String packageUri()
public MSDeploy withPackageUri(String packageUri)
packageUri - the packageUri value to setpublic String connectionString()
public MSDeploy withConnectionString(String connectionString)
connectionString - the connectionString value to setpublic String dbType()
public MSDeploy withDbType(String dbType)
dbType - the dbType value to setpublic String setParametersXmlFileUri()
public MSDeploy withSetParametersXmlFileUri(String setParametersXmlFileUri)
setParametersXmlFileUri - the setParametersXmlFileUri value to setpublic Map<String,String> setParameters()
public MSDeploy withSetParameters(Map<String,String> setParameters)
setParameters - the setParameters value to setpublic Boolean skipAppData()
public MSDeploy withSkipAppData(Boolean skipAppData)
skipAppData - the skipAppData value to setpublic Boolean appOffline()
public MSDeploy withAppOffline(Boolean appOffline)
appOffline - the appOffline value to setpublic List<MSDeployCore> addOnPackages()
public MSDeploy withAddOnPackages(List<MSDeployCore> addOnPackages)
addOnPackages - the addOnPackages value to setCopyright © 2019. All rights reserved.