Interface CosmosDBAccount.UpdateStages.WithConnector
- All Known Subinterfaces:
CosmosDBAccount.Update,CosmosDBAccount.UpdateStages.WithOptionals
- Enclosing interface:
- CosmosDBAccount.UpdateStages
public static interface CosmosDBAccount.UpdateStages.WithConnector
The stage of the cosmos db update allowing to specify cassandra connector offer.
-
Method Summary
Modifier and TypeMethodDescriptionwithCassandraConnector(ConnectorOffer connectorOffer) Specifies a connector offer for cassandra connector.Remove the connector offer.
-
Method Details
-
withCassandraConnector
Specifies a connector offer for cassandra connector.- Parameters:
connectorOffer- connector offer to specify.- Returns:
- the next stage
-
withoutCassandraConnector
CosmosDBAccount.UpdateStages.WithOptionals withoutCassandraConnector()Remove the connector offer.- Returns:
- the next stage
-