| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseBackupSetting |
DatabaseBackupSetting.withConnectionString(String connectionString)
Set the connectionString property: Contains a connection string to a database which is being backed up or
restored.
|
DatabaseBackupSetting |
DatabaseBackupSetting.withConnectionStringName(String connectionStringName)
Set the connectionStringName property: Contains a connection string name that is linked to the
SiteConfig.ConnectionStrings.
|
DatabaseBackupSetting |
DatabaseBackupSetting.withDatabaseType(DatabaseType databaseType)
Set the databaseType property: Database type (e.g.
|
DatabaseBackupSetting |
DatabaseBackupSetting.withName(String name)
Set the name property: The name property.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.