你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MSDeployCore Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. MSDeployCore
- com.
public class MSDeployCore
MSDeploy ARM PUT core information.
Method Summary
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<MSDeploy |
setParameters()
Get the setParameters value. |
String |
setParametersXmlFileUri()
Get the setParametersXmlFileUri value. |
Boolean |
skipAppData()
Get the skipAppData value. |
MSDeploy |
withAppOffline(Boolean appOffline)
Set the appOffline value. |
MSDeploy |
withConnectionString(String connectionString)
Set the connectionString value. |
MSDeploy |
withDbType(String dbType)
Set the dbType value. |
MSDeploy |
withPackageUri(String packageUri)
Set the packageUri value. |
MSDeploy |
withSetParameters(List<MSDeployParameterEntry> setParameters)
Set the setParameters value. |
MSDeploy |
withSetParametersXmlFileUri(String setParametersXmlFileUri)
Set the setParametersXmlFileUri value. |
MSDeploy |
withSkipAppData(Boolean skipAppData)
Set the skipAppData value. |
Method Details
appOffline
public Boolean appOffline()
Get the appOffline value.
Returns:
connectionString
public String connectionString()
Get the connectionString value.
Returns:
dbType
public String dbType()
Get the dbType value.
Returns:
packageUri
public String packageUri()
Get the packageUri value.
Returns:
setParameters
public List
Get the setParameters value.
Returns:
setParametersXmlFileUri
public String setParametersXmlFileUri()
Get the setParametersXmlFileUri value.
Returns:
skipAppData
public Boolean skipAppData()
Get the skipAppData value.
Returns:
withAppOffline
public MSDeployCore withAppOffline(Boolean appOffline)
Set the appOffline value.
Parameters:
Returns:
withConnectionString
public MSDeployCore withConnectionString(String connectionString)
Set the connectionString value.
Parameters:
Returns:
withDbType
public MSDeployCore withDbType(String dbType)
Set the dbType value.
Parameters:
Returns:
withPackageUri
public MSDeployCore withPackageUri(String packageUri)
Set the packageUri value.
Parameters:
Returns:
withSetParameters
public MSDeployCore withSetParameters(List
Set the setParameters value.
Parameters:
Returns:
withSetParametersXmlFileUri
public MSDeployCore withSetParametersXmlFileUri(String setParametersXmlFileUri)
Set the setParametersXmlFileUri value.
Parameters:
Returns:
withSkipAppData
public MSDeployCore withSkipAppData(Boolean skipAppData)
Set the skipAppData value.
Parameters:
Returns: