Share via


MongoDBDatabaseGetPropertiesResource Constructors

Definition

Overloads

MongoDBDatabaseGetPropertiesResource()

Initializes a new instance of the MongoDBDatabaseGetPropertiesResource class.

MongoDBDatabaseGetPropertiesResource(String, String, Object, String)

Initializes a new instance of the MongoDBDatabaseGetPropertiesResource class.

MongoDBDatabaseGetPropertiesResource()

Initializes a new instance of the MongoDBDatabaseGetPropertiesResource class.

public MongoDBDatabaseGetPropertiesResource ();
Public Sub New ()

Applies to

MongoDBDatabaseGetPropertiesResource(String, String, Object, String)

Initializes a new instance of the MongoDBDatabaseGetPropertiesResource class.

public MongoDBDatabaseGetPropertiesResource (string id, string _rid = default, object _ts = default, string _etag = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoDBDatabaseGetPropertiesResource : string * string * obj * string -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoDBDatabaseGetPropertiesResource
Public Sub New (id As String, Optional _rid As String = Nothing, Optional _ts As Object = Nothing, Optional _etag As String = Nothing)

Parameters

id
String

Name of the Cosmos DB MongoDB database

_rid
String

A system generated property. A unique identifier.

_ts
Object

A system generated property that denotes the last updated timestamp of the resource.

_etag
String

A system generated property representing the resource etag required for optimistic concurrency control.

Applies to