Share via


ArmCosmosDBModelFactory.ExtendedRestorableGremlinDatabaseResourceInfo Method

Definition

Overloads

ExtendedRestorableGremlinDatabaseResourceInfo(String, Nullable<CosmosDBOperationType>, String, String, String)

Initializes a new instance of ExtendedRestorableGremlinDatabaseResourceInfo.

ExtendedRestorableGremlinDatabaseResourceInfo(String, Nullable<CosmosDBOperationType>, String, String, String, String, String)

Initializes a new instance of ExtendedRestorableGremlinDatabaseResourceInfo.

ExtendedRestorableGremlinDatabaseResourceInfo(String, Nullable<CosmosDBOperationType>, String, String, String)

Source:
ArmCosmosDBModelFactory.cs

Initializes a new instance of ExtendedRestorableGremlinDatabaseResourceInfo.

public static Azure.ResourceManager.CosmosDB.Models.ExtendedRestorableGremlinDatabaseResourceInfo ExtendedRestorableGremlinDatabaseResourceInfo (string rid = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBOperationType? operationType = default, string eventTimestamp = default, string databaseName = default, string databaseId = default);
static member ExtendedRestorableGremlinDatabaseResourceInfo : string * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBOperationType> * string * string * string -> Azure.ResourceManager.CosmosDB.Models.ExtendedRestorableGremlinDatabaseResourceInfo
Public Shared Function ExtendedRestorableGremlinDatabaseResourceInfo (Optional rid As String = Nothing, Optional operationType As Nullable(Of CosmosDBOperationType) = Nothing, Optional eventTimestamp As String = Nothing, Optional databaseName As String = Nothing, Optional databaseId As String = Nothing) As ExtendedRestorableGremlinDatabaseResourceInfo

Parameters

rid
String

A system generated property. A unique identifier.

operationType
Nullable<CosmosDBOperationType>

The operation type of this database event.

eventTimestamp
String

The time when this database event happened.

databaseName
String

The name of this Gremlin database.

databaseId
String

The resource ID of this Gremlin database.

Returns

A new ExtendedRestorableGremlinDatabaseResourceInfo instance for mocking.

Applies to

ExtendedRestorableGremlinDatabaseResourceInfo(String, Nullable<CosmosDBOperationType>, String, String, String, String, String)

Source:
ArmCosmosDBModelFactory.cs

Initializes a new instance of ExtendedRestorableGremlinDatabaseResourceInfo.

public static Azure.ResourceManager.CosmosDB.Models.ExtendedRestorableGremlinDatabaseResourceInfo ExtendedRestorableGremlinDatabaseResourceInfo (string rid = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBOperationType? operationType = default, string canUndelete = default, string canUndeleteReason = default, string eventTimestamp = default, string databaseName = default, string databaseId = default);
static member ExtendedRestorableGremlinDatabaseResourceInfo : string * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBOperationType> * string * string * string * string * string -> Azure.ResourceManager.CosmosDB.Models.ExtendedRestorableGremlinDatabaseResourceInfo
Public Shared Function ExtendedRestorableGremlinDatabaseResourceInfo (Optional rid As String = Nothing, Optional operationType As Nullable(Of CosmosDBOperationType) = Nothing, Optional canUndelete As String = Nothing, Optional canUndeleteReason As String = Nothing, Optional eventTimestamp As String = Nothing, Optional databaseName As String = Nothing, Optional databaseId As String = Nothing) As ExtendedRestorableGremlinDatabaseResourceInfo

Parameters

rid
String

A system generated property. A unique identifier.

operationType
Nullable<CosmosDBOperationType>

The operation type of this database event.

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.

databaseName
String

The name of this Gremlin database.

databaseId
String

The resource ID of this Gremlin database.

Returns

A new ExtendedRestorableGremlinDatabaseResourceInfo instance for mocking.

Applies to