DocumentDBDatabaseResource Constructors
ClassConstructors1 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
namestringThe name of the resource.databaseNamestringThe database name.parentDocumentDBServerResourceThe DocumentDB server resource associated with this database.