DocumentDBDatabaseResource Constructors
Class Constructors 1 member
A resource that represents a DocumentDB database. This is a child resource of a
DocumentDBServerResource. Constructor(string, string, DocumentDBServerResource) Section titled Constructor(string, string, DocumentDBServerResource) A resource that represents a DocumentDB database. This is a child resource of a
DocumentDBServerResource. public class DocumentDBDatabaseResource{ public DocumentDBDatabaseResource( string name, string databaseName, DocumentDBServerResource parent) { // ... }}Parameters
name string The name of the resource. databaseName string The database name. parent DocumentDBServerResource The DocumentDB server resource associated with this database.