Database.DefinitionStages.WithGeoReplication Interface

public static interface Database.DefinitionStages.WithGeoReplication

The stage of the Database definition allowing to specify geoReplication.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withGeoReplication(DatabasePropertiesGeoReplication geoReplication)

Specifies the geoReplication property: Optional set of properties to configure geo replication for this database..

Method Details

withGeoReplication

public abstract Database.DefinitionStages.WithCreate withGeoReplication(DatabasePropertiesGeoReplication geoReplication)

Specifies the geoReplication property: Optional set of properties to configure geo replication for this database..

Parameters:

geoReplication - Optional set of properties to configure geo replication for this database.

Returns:

the next definition stage.

Applies to