Uses of Class
com.azure.resourcemanager.cosmos.models.DatabaseRestoreResource
Packages that use DatabaseRestoreResource
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of DatabaseRestoreResource in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return DatabaseRestoreResourceModifier and TypeMethodDescriptionstatic DatabaseRestoreResource
DatabaseRestoreResource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DatabaseRestoreResource from the JsonReader.DatabaseRestoreResource.withCollectionNames
(List<String> collectionNames) Set the collectionNames property: The names of the collections available for restore.DatabaseRestoreResource.withDatabaseName
(String databaseName) Set the databaseName property: The name of the database available for restore.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type DatabaseRestoreResourceModifier and TypeMethodDescriptionRestoreParameters.databasesToRestore()
Get the databasesToRestore property: List of specific databases available for restore.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type DatabaseRestoreResourceModifier and TypeMethodDescriptionRestoreParameters.withDatabasesToRestore
(List<DatabaseRestoreResource> databasesToRestore) Set the databasesToRestore property: List of specific databases available for restore.