Click or drag to resize
DatabaseInstance Properties
This API is preliminary and subject to change.

The DatabaseInstance type exposes the following members.

Properties
  NameDescription
Public propertyCreated
Gets a timestamp indicating when this database instance was created.
Public propertyExtensionData
Gets a map of object properties which did not map to another field or property during JSON deserialization. The keys of the map represent the property names, and the values are JToken instances containing the parsed JSON values.
(Inherited from ExtensibleJsonObject.)
Public propertyFlavor
Gets the flavor for the database instance.
Public propertyHostName
Gets the host name for the database instance.
Public propertyId
Gets the unique identifier for the database instance.
Public propertyLinks
Gets a collection of links describing resources related to this database instance.
Public propertyName
Gets the name of the database instance.
Public propertyStatus
Gets the current status of the database instance.
Public propertyUpdated
Gets a timestamp indicating when this database instance was last updated.
Public propertyVolumeConfiguration
Gets the volume configuration for the database instance.
Top
See Also