DatabaseBackupSetting Class

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

public class DatabaseBackupSetting

Database backup settings.

Method Summary

Modifier and Type Method and Description
String connectionString()

Get the connectionString value.

String connectionStringName()

Get the connectionStringName value.

DatabaseType databaseType()

Get the databaseType value.

String name()

Get the name value.

DatabaseBackupSetting withConnectionString(String connectionString)

Set the connectionString value.

DatabaseBackupSetting withConnectionStringName(String connectionStringName)

Set the connectionStringName value.

DatabaseBackupSetting withDatabaseType(DatabaseType databaseType)

Set the databaseType value.

DatabaseBackupSetting withName(String name)

Set the name value.

Method Details

connectionString

public String connectionString()

Get the connectionString value.

Returns:

the connectionString value

connectionStringName

public String connectionStringName()

Get the connectionStringName value.

Returns:

the connectionStringName value

databaseType

public DatabaseType databaseType()

Get the databaseType value.

Returns:

the databaseType value

name

public String name()

Get the name value.

Returns:

the name value

withConnectionString

public DatabaseBackupSetting withConnectionString(String connectionString)

Set the connectionString value.

Parameters:

connectionString - the connectionString value to set

Returns:

the DatabaseBackupSetting object itself.

withConnectionStringName

public DatabaseBackupSetting withConnectionStringName(String connectionStringName)

Set the connectionStringName value.

Parameters:

connectionStringName - the connectionStringName value to set

Returns:

the DatabaseBackupSetting object itself.

withDatabaseType

public DatabaseBackupSetting withDatabaseType(DatabaseType databaseType)

Set the databaseType value.

Parameters:

databaseType - the databaseType value to set

Returns:

the DatabaseBackupSetting object itself.

withName

public DatabaseBackupSetting withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the DatabaseBackupSetting object itself.

Applies to