RestorableGremlinDatabasePropertiesResource Constructors
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.
Overloads
RestorableGremlinDatabasePropertiesResource() |
Initializes a new instance of the RestorableGremlinDatabasePropertiesResource class. |
RestorableGremlinDatabasePropertiesResource(String, String, String, String, String, String, String) |
Initializes a new instance of the RestorableGremlinDatabasePropertiesResource class. |
RestorableGremlinDatabasePropertiesResource()
Initializes a new instance of the RestorableGremlinDatabasePropertiesResource class.
public RestorableGremlinDatabasePropertiesResource ();
Public Sub New ()
Applies to
RestorableGremlinDatabasePropertiesResource(String, String, String, String, String, String, String)
Initializes a new instance of the RestorableGremlinDatabasePropertiesResource class.
public RestorableGremlinDatabasePropertiesResource (string rid = default, string operationType = default, string canUndelete = default, string canUndeleteReason = default, string eventTimestamp = default, string ownerId = default, string ownerResourceId = default);
new Microsoft.Azure.Management.CosmosDB.Models.RestorableGremlinDatabasePropertiesResource : string * string * string * string * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.RestorableGremlinDatabasePropertiesResource
Public Sub New (Optional rid As String = Nothing, Optional operationType As String = Nothing, Optional canUndelete As String = Nothing, Optional canUndeleteReason As String = Nothing, Optional eventTimestamp As String = Nothing, Optional ownerId As String = Nothing, Optional ownerResourceId As String = Nothing)
Parameters
- rid
- String
A system generated property. A unique identifier.
- operationType
- String
The operation type of this database event. Possible values include: 'Create', 'Replace', 'Delete', 'Recreate', 'SystemOperation'
- canUndelete
- String
A state of this database to identify if this database is restorable in same account.
- canUndeleteReason
- String
The reason why this database can not be restored in same account.
- eventTimestamp
- String
The time when this database event happened.
- ownerId
- String
The name of this Gremlin database.
- ownerResourceId
- String
The resource ID of this Gremlin database.