共用方式為


RestorableMongodbDatabasePropertiesResource Constructors

Definition

Overloads

RestorableMongodbDatabasePropertiesResource()

Initializes a new instance of the RestorableMongodbDatabasePropertiesResource class.

RestorableMongodbDatabasePropertiesResource(String, String, String, String, String)

Initializes a new instance of the RestorableMongodbDatabasePropertiesResource class.

RestorableMongodbDatabasePropertiesResource()

Initializes a new instance of the RestorableMongodbDatabasePropertiesResource class.

public RestorableMongodbDatabasePropertiesResource ();
Public Sub New ()

Applies to

RestorableMongodbDatabasePropertiesResource(String, String, String, String, String)

Initializes a new instance of the RestorableMongodbDatabasePropertiesResource class.

public RestorableMongodbDatabasePropertiesResource (string _rid = default, string operationType = default, string eventTimestamp = default, string ownerId = default, string ownerResourceId = default);
new Microsoft.Azure.Management.CosmosDB.Models.RestorableMongodbDatabasePropertiesResource : string * string * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.RestorableMongodbDatabasePropertiesResource
Public Sub New (Optional _rid As String = Nothing, Optional operationType 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', 'SystemOperation'

eventTimestamp
String

The time when this database event happened.

ownerId
String

The name of this MongoDB database.

ownerResourceId
String

The resource ID of this MongoDB database.

Applies to