IWithChildResource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the cosmos db update allowing to set child resources.
public interface IWithChildResource
type IWithChildResource = interface
Public Interface IWithChildResource
- Derived
Methods
DefineNewCassandraKeyspace(String) |
Defines a new Cassandra keyspace. |
DefineNewGremlinDatabase(String) |
Defines a new Gremlin Database. |
DefineNewMongoDB(String) |
Defines a new Mongo database. |
DefineNewSqlDatabase(String) |
Defines a new SQL database. |
DefineNewTable(String) |
Defines a new Table Database. |
UpdateCassandraKeyspace(String) |
Updates a Cassandra keyspace. |
UpdateGremlinDatabase(String) |
Updates a Gremlin Database. |
UpdateMongoDB(String) |
Updates a Mongo database. |
UpdateSqlDatabase(String) |
Updates a SQL database. |
UpdateTable(String) |
Updates a Table Database. |
WithoutCassandraKeyspace(String) |
Removes a Cassandra keyspace. |
WithoutGremlinDatabase(String) |
Removes a Gremlin Database. |
WithoutMongoDB(String) |
Removes a Mongo database. |
WithoutSqlDatabase(String) |
Removes a SQL database. |
WithoutTable(String) |
Removes a Table Database. |
Applies to
Azure SDK for .NET