CosmosDBAccount.UpdateStages.WithReadLocations Interface

Implements

public static interface CosmosDBAccount.UpdateStages.WithReadLocations
extends Appliable<CosmosDBAccount>

The stage of the cosmos db definition allowing the definition of a write location.

Method Summary

Modifier and Type Method and Description
abstract WithReadLocations withReadReplication(Region region)

A georeplication location for the CosmosDB account.

abstract WithReadLocations withoutReadReplication(Region region)

A georeplication location for the CosmosDB account.

Method Details

withReadReplication

public abstract CosmosDBAccount.UpdateStages.WithReadLocations withReadReplication(Region region)

A georeplication location for the CosmosDB account.

Parameters:

region - the region for the location

Returns:

the next stage

withoutReadReplication

public abstract CosmosDBAccount.UpdateStages.WithReadLocations withoutReadReplication(Region region)

A georeplication location for the CosmosDB account.

Parameters:

region - the region for the location

Returns:

the next stage

Applies to