Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.DatabaseRestoreResourceInner
-
Packages that use DatabaseRestoreResourceInner Package Description com.azure.resourcemanager.cosmos.fluent Package containing the service clients for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of DatabaseRestoreResourceInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type DatabaseRestoreResourceInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<DatabaseRestoreResourceInner>RestorableMongodbResourcesClient. list(String location, String instanceId)Return a list of database and collection combo that exist on the account at the given timestamp and location.com.azure.core.http.rest.PagedIterable<DatabaseRestoreResourceInner>RestorableMongodbResourcesClient. list(String location, String instanceId, String restoreLocation, String restoreTimestampInUtc, com.azure.core.util.Context context)Return a list of database and collection combo that exist on the account at the given timestamp and location.com.azure.core.http.rest.PagedIterable<DatabaseRestoreResourceInner>RestorableSqlResourcesClient. list(String location, String instanceId)Return a list of database and container combo that exist on the account at the given timestamp and location.com.azure.core.http.rest.PagedIterable<DatabaseRestoreResourceInner>RestorableSqlResourcesClient. list(String location, String instanceId, String restoreLocation, String restoreTimestampInUtc, com.azure.core.util.Context context)Return a list of database and container combo that exist on the account at the given timestamp and location.com.azure.core.http.rest.PagedFlux<DatabaseRestoreResourceInner>RestorableMongodbResourcesClient. listAsync(String location, String instanceId)Return a list of database and collection combo that exist on the account at the given timestamp and location.com.azure.core.http.rest.PagedFlux<DatabaseRestoreResourceInner>RestorableMongodbResourcesClient. listAsync(String location, String instanceId, String restoreLocation, String restoreTimestampInUtc)Return a list of database and collection combo that exist on the account at the given timestamp and location.com.azure.core.http.rest.PagedFlux<DatabaseRestoreResourceInner>RestorableSqlResourcesClient. listAsync(String location, String instanceId)Return a list of database and container combo that exist on the account at the given timestamp and location.com.azure.core.http.rest.PagedFlux<DatabaseRestoreResourceInner>RestorableSqlResourcesClient. listAsync(String location, String instanceId, String restoreLocation, String restoreTimestampInUtc)Return a list of database and container combo that exist on the account at the given timestamp and location. -
Uses of DatabaseRestoreResourceInner in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return DatabaseRestoreResourceInner Modifier and Type Method Description DatabaseRestoreResourceInnerDatabaseRestoreResourceInner. withCollectionNames(List<String> collectionNames)Set the collectionNames property: The names of the collections available for restore.DatabaseRestoreResourceInnerDatabaseRestoreResourceInner. withDatabaseName(String databaseName)Set the databaseName property: The name of the database available for restore. -
Uses of DatabaseRestoreResourceInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type DatabaseRestoreResourceInner Modifier and Type Method Description List<DatabaseRestoreResourceInner>RestoreParameters. databasesToRestore()Get the databasesToRestore property: List of specific databases available for restore.List<DatabaseRestoreResourceInner>RestorableMongodbResourcesListResult. value()Get the value property: List of restorable MongoDB resources, including the database and collection names.List<DatabaseRestoreResourceInner>RestorableSqlResourcesListResult. value()Get the value property: List of restorable SQL resources, including the database and collection names.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type DatabaseRestoreResourceInner Modifier and Type Method Description RestoreParametersRestoreParameters. withDatabasesToRestore(List<DatabaseRestoreResourceInner> databasesToRestore)Set the databasesToRestore property: List of specific databases available for restore.
-