MSDeployCore Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.MSDeployCore

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<MSDeployParameterEntry> setParameters()

Get the setParameters value.

String setParametersXmlFileUri()

Get the setParametersXmlFileUri value.

Boolean skipAppData()

Get the skipAppData value.

MSDeployCore withAppOffline(Boolean appOffline)

Set the appOffline value.

MSDeployCore withConnectionString(String connectionString)

Set the connectionString value.

MSDeployCore withDbType(String dbType)

Set the dbType value.

MSDeployCore withPackageUri(String packageUri)

Set the packageUri value.

MSDeployCore withSetParameters(List<MSDeployParameterEntry> setParameters)

Set the setParameters value.

MSDeployCore withSetParametersXmlFileUri(String setParametersXmlFileUri)

Set the setParametersXmlFileUri value.

MSDeployCore withSkipAppData(Boolean skipAppData)

Set the skipAppData value.

Method Details

appOffline

public Boolean appOffline()

Get the appOffline value.

Returns:

the appOffline value

connectionString

public String connectionString()

Get the connectionString value.

Returns:

the connectionString value

dbType

public String dbType()

Get the dbType value.

Returns:

the dbType value

packageUri

public String packageUri()

Get the packageUri value.

Returns:

the packageUri value

setParameters

public List setParameters()

Get the setParameters value.

Returns:

the setParameters value

setParametersXmlFileUri

public String setParametersXmlFileUri()

Get the setParametersXmlFileUri value.

Returns:

the setParametersXmlFileUri value

skipAppData

public Boolean skipAppData()

Get the skipAppData value.

Returns:

the skipAppData value

withAppOffline

public MSDeployCore withAppOffline(Boolean appOffline)

Set the appOffline value.

Parameters:

appOffline - the appOffline value to set

Returns:

the MSDeployCore object itself.

withConnectionString

public MSDeployCore withConnectionString(String connectionString)

Set the connectionString value.

Parameters:

connectionString - the connectionString value to set

Returns:

the MSDeployCore object itself.

withDbType

public MSDeployCore withDbType(String dbType)

Set the dbType value.

Parameters:

dbType - the dbType value to set

Returns:

the MSDeployCore object itself.

withPackageUri

public MSDeployCore withPackageUri(String packageUri)

Set the packageUri value.

Parameters:

packageUri - the packageUri value to set

Returns:

the MSDeployCore object itself.

withSetParameters

public MSDeployCore withSetParameters(List setParameters)

Set the setParameters value.

Parameters:

setParameters - the setParameters value to set

Returns:

the MSDeployCore object itself.

withSetParametersXmlFileUri

public MSDeployCore withSetParametersXmlFileUri(String setParametersXmlFileUri)

Set the setParametersXmlFileUri value.

Parameters:

setParametersXmlFileUri - the setParametersXmlFileUri value to set

Returns:

the MSDeployCore object itself.

withSkipAppData

public MSDeployCore withSkipAppData(Boolean skipAppData)

Set the skipAppData value.

Parameters:

skipAppData - the skipAppData value to set

Returns:

the MSDeployCore object itself.

Applies to