Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.RestorableSqlResourcesGetResultInner
Packages that use RestorableSqlResourcesGetResultInner
Package
Description
Package containing the service clients for CosmosDBManagementClient.
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of RestorableSqlResourcesGetResultInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type RestorableSqlResourcesGetResultInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<RestorableSqlResourcesGetResultInner> 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
<RestorableSqlResourcesGetResultInner> 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
<RestorableSqlResourcesGetResultInner> 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
<RestorableSqlResourcesGetResultInner> 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 RestorableSqlResourcesGetResultInner in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return RestorableSqlResourcesGetResultInnerModifier and TypeMethodDescriptionRestorableSqlResourcesGetResultInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RestorableSqlResourcesGetResultInner from the JsonReader.RestorableSqlResourcesGetResultInner.withCollectionNames
(List<String> collectionNames) Set the collectionNames property: The names of the collections available for restore.RestorableSqlResourcesGetResultInner.withDatabaseName
(String databaseName) Set the databaseName property: The name of the database available for restore. -
Uses of RestorableSqlResourcesGetResultInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type RestorableSqlResourcesGetResultInnerModifier and TypeMethodDescriptionRestorableSqlResourcesListResult.value()
Get the value property: List of restorable SQL resources, including the database and collection names.