ExtendedGremlinDatabaseResourceInfo Class
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 ExtendedGremlinDatabaseResourceInfo.
public class ExtendedGremlinDatabaseResourceInfo : Azure.ResourceManager.CosmosDB.Models.GremlinDatabaseResourceInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.ExtendedGremlinDatabaseResourceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.ExtendedGremlinDatabaseResourceInfo>
type ExtendedGremlinDatabaseResourceInfo = class
inherit GremlinDatabaseResourceInfo
interface IJsonModel<ExtendedGremlinDatabaseResourceInfo>
interface IPersistableModel<ExtendedGremlinDatabaseResourceInfo>
Public Class ExtendedGremlinDatabaseResourceInfo
Inherits GremlinDatabaseResourceInfo
Implements IJsonModel(Of ExtendedGremlinDatabaseResourceInfo), IPersistableModel(Of ExtendedGremlinDatabaseResourceInfo)
- Inheritance
- Implements
Constructors
ExtendedGremlinDatabaseResourceInfo(String) |
Initializes a new instance of ExtendedGremlinDatabaseResourceInfo. |
Properties
CreateMode |
Enum to indicate the mode of resource creation. (Inherited from GremlinDatabaseResourceInfo) |
DatabaseName |
Name of the Cosmos DB Gremlin database. (Inherited from GremlinDatabaseResourceInfo) |
ETag |
A system generated property representing the resource etag required for optimistic concurrency control. |
RestoreParameters |
Parameters to indicate the information about the restore. (Inherited from GremlinDatabaseResourceInfo) |
Rid |
A system generated property. A unique identifier. |
Timestamp |
A system generated property that denotes the last updated timestamp of the resource. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET