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
Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type DatabaseRestoreResourceModifier and TypeClassDescriptionfinal classSpecific Databases to restore.Methods in com.azure.resourcemanager.cosmos.models that return DatabaseRestoreResourceModifier and TypeMethodDescriptionstatic DatabaseRestoreResourceDatabaseRestoreResource.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.