Share via


ArmCosmosDBModelFactory.ExtendedRestorableMongoDBDatabaseResourceInfo Method

Definition

Overloads

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

Initializes a new instance of ExtendedRestorableMongoDBDatabaseResourceInfo.

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

Initializes a new instance of ExtendedRestorableMongoDBDatabaseResourceInfo.

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

Source:
ArmCosmosDBModelFactory.cs

Initializes a new instance of ExtendedRestorableMongoDBDatabaseResourceInfo.

public static Azure.ResourceManager.CosmosDB.Models.ExtendedRestorableMongoDBDatabaseResourceInfo ExtendedRestorableMongoDBDatabaseResourceInfo (string rid = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBOperationType? operationType = default, string eventTimestamp = default, string databaseName = default, string databaseId = default);
static member ExtendedRestorableMongoDBDatabaseResourceInfo : string * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBOperationType> * string * string * string -> Azure.ResourceManager.CosmosDB.Models.ExtendedRestorableMongoDBDatabaseResourceInfo
Public Shared Function ExtendedRestorableMongoDBDatabaseResourceInfo (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 ExtendedRestorableMongoDBDatabaseResourceInfo

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 MongoDB database.

databaseId
String

The resource ID of this MongoDB database.

Returns

A new ExtendedRestorableMongoDBDatabaseResourceInfo instance for mocking.

Applies to

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

Source:
ArmCosmosDBModelFactory.cs

Initializes a new instance of ExtendedRestorableMongoDBDatabaseResourceInfo.

public static Azure.ResourceManager.CosmosDB.Models.ExtendedRestorableMongoDBDatabaseResourceInfo ExtendedRestorableMongoDBDatabaseResourceInfo (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 ExtendedRestorableMongoDBDatabaseResourceInfo : string * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBOperationType> * string * string * string * string * string -> Azure.ResourceManager.CosmosDB.Models.ExtendedRestorableMongoDBDatabaseResourceInfo
Public Shared Function ExtendedRestorableMongoDBDatabaseResourceInfo (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 ExtendedRestorableMongoDBDatabaseResourceInfo

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 MongoDB database.

databaseId
String

The resource ID of this MongoDB database.

Returns

A new ExtendedRestorableMongoDBDatabaseResourceInfo instance for mocking.

Applies to