Class MSDeploy
java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.management.appservice.ProxyOnlyResource
com.microsoft.azure.management.appservice.MSDeploy
MSDeploy ARM PUT information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet list of Add-On packages.Get sets the AppOffline rule while the MSDeploy operation executes.Get sQL Connection String.dbType()
Get database Type.Get package URI.Get mSDeploy Parameters.Get uRI of MSDeploy Parameters file.Get controls whether the MSDeploy operation skips the App_Data directory.withAddOnPackages
(List<MSDeployCore> addOnPackages) Set list of Add-On packages.withAppOffline
(Boolean appOffline) Set sets the AppOffline rule while the MSDeploy operation executes.withConnectionString
(String connectionString) Set sQL Connection String.withDbType
(String dbType) Set database Type.withPackageUri
(String packageUri) Set package URI.withSetParameters
(Map<String, String> setParameters) Set mSDeploy Parameters.withSetParametersXmlFileUri
(String setParametersXmlFileUri) Set uRI of MSDeploy Parameters file.withSkipAppData
(Boolean skipAppData) Set controls whether the MSDeploy operation skips the App_Data directory.Methods inherited from class com.microsoft.azure.management.appservice.ProxyOnlyResource
kind, withKind
Methods inherited from class com.microsoft.azure.ProxyResource
id, name, type
-
Constructor Details
-
MSDeploy
public MSDeploy()
-
-
Method Details
-
packageUri
Get package URI.- Returns:
- the packageUri value
-
withPackageUri
Set package URI.- Parameters:
packageUri
- the packageUri value to set- Returns:
- the MSDeploy object itself.
-
connectionString
Get sQL Connection String.- Returns:
- the connectionString value
-
withConnectionString
Set sQL Connection String.- Parameters:
connectionString
- the connectionString value to set- Returns:
- the MSDeploy object itself.
-
dbType
Get database Type.- Returns:
- the dbType value
-
withDbType
Set database Type.- Parameters:
dbType
- the dbType value to set- Returns:
- the MSDeploy object itself.
-
setParametersXmlFileUri
Get uRI of MSDeploy Parameters file. Must not be set if SetParameters is used.- Returns:
- the setParametersXmlFileUri value
-
withSetParametersXmlFileUri
Set uRI of MSDeploy Parameters file. Must not be set if SetParameters is used.- Parameters:
setParametersXmlFileUri
- the setParametersXmlFileUri value to set- Returns:
- the MSDeploy object itself.
-
setParameters
Get mSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used.- Returns:
- the setParameters value
-
withSetParameters
Set mSDeploy Parameters. Must not be set if SetParametersXmlFileUri is used.- Parameters:
setParameters
- the setParameters value to set- Returns:
- the MSDeploy object itself.
-
skipAppData
Get controls whether the MSDeploy operation skips the App_Data directory. If set to <code>true</code>, the existing App_Data directory on the destination will not be deleted, and any App_Data directory in the source will be ignored. Setting is <code>false</code> by default.- Returns:
- the skipAppData value
-
withSkipAppData
Set controls whether the MSDeploy operation skips the App_Data directory. If set to <code>true</code>, the existing App_Data directory on the destination will not be deleted, and any App_Data directory in the source will be ignored. Setting is <code>false</code> by default.- Parameters:
skipAppData
- the skipAppData value to set- Returns:
- the MSDeploy object itself.
-
appOffline
Get sets the AppOffline rule while the MSDeploy operation executes. Setting is <code>false</code> by default.- Returns:
- the appOffline value
-
withAppOffline
Set sets the AppOffline rule while the MSDeploy operation executes. Setting is <code>false</code> by default.- Parameters:
appOffline
- the appOffline value to set- Returns:
- the MSDeploy object itself.
-
addOnPackages
Get list of Add-On packages. Add-On packages implicitly enable the Do Not Delete MSDeploy rule.- Returns:
- the addOnPackages value
-
withAddOnPackages
Set list of Add-On packages. Add-On packages implicitly enable the Do Not Delete MSDeploy rule.- Parameters:
addOnPackages
- the addOnPackages value to set- Returns:
- the MSDeploy object itself.
-