MongoDBDatabaseResource Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. models. MongoDBDatabaseResource
- com.
Implements
public class MongoDBDatabaseResource
implements JsonSerializable<MongoDBDatabaseResource>
Cosmos DB MongoDB database resource object.
Constructor Summary
Constructor | Description |
---|---|
MongoDBDatabaseResource() |
Creates an instance of Mongo |
Method Summary
Modifier and Type | Method and Description |
---|---|
Create |
createMode()
Get the create |
static
Mongo |
fromJson(JsonReader jsonReader)
Reads an instance of Mongo |
String |
id()
Get the id property: Name of the Cosmos DB MongoDB database. |
Resource |
restoreParameters()
Get the restore |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Mongo |
withCreateMode(CreateMode createMode)
Set the create |
Mongo |
withId(String id)
Set the id property: Name of the Cosmos DB MongoDB database. |
Mongo |
withRestoreParameters(ResourceRestoreParameters restoreParameters)
Set the restore |
Methods inherited from java.lang.Object
Constructor Details
MongoDBDatabaseResource
public MongoDBDatabaseResource()
Creates an instance of MongoDBDatabaseResource class.
Method Details
createMode
public CreateMode createMode()
Get the createMode property: Enum to indicate the mode of resource creation.
Returns:
fromJson
public static MongoDBDatabaseResource fromJson(JsonReader jsonReader)
Reads an instance of MongoDBDatabaseResource from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Name of the Cosmos DB MongoDB database.
Returns:
restoreParameters
public ResourceRestoreParameters restoreParameters()
Get the restoreParameters property: Parameters to indicate the information about the restore.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCreateMode
public MongoDBDatabaseResource withCreateMode(CreateMode createMode)
Set the createMode property: Enum to indicate the mode of resource creation.
Parameters:
Returns:
withId
public MongoDBDatabaseResource withId(String id)
Set the id property: Name of the Cosmos DB MongoDB database.
Parameters:
Returns:
withRestoreParameters
public MongoDBDatabaseResource withRestoreParameters(ResourceRestoreParameters restoreParameters)
Set the restoreParameters property: Parameters to indicate the information about the restore.
Parameters:
Returns:
Applies to
Azure SDK for Java