Uses of Class
com.azure.resourcemanager.cosmos.models.ResourceRestoreParameters
Packages that use ResourceRestoreParameters
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of ResourceRestoreParameters in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return ResourceRestoreParametersModifier and TypeMethodDescriptionstatic ResourceRestoreParameters
ResourceRestoreParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceRestoreParameters from the JsonReader.GremlinDatabaseResource.restoreParameters()
Get the restoreParameters property: Parameters to indicate the information about the restore.GremlinGraphResource.restoreParameters()
Get the restoreParameters property: Parameters to indicate the information about the restore.MongoDBCollectionResource.restoreParameters()
Get the restoreParameters property: Parameters to indicate the information about the restore.MongoDBDatabaseResource.restoreParameters()
Get the restoreParameters property: Parameters to indicate the information about the restore.SqlContainerResource.restoreParameters()
Get the restoreParameters property: Parameters to indicate the information about the restore.SqlDatabaseResource.restoreParameters()
Get the restoreParameters property: Parameters to indicate the information about the restore.TableResource.restoreParameters()
Get the restoreParameters property: Parameters to indicate the information about the restore.ResourceRestoreParameters.withRestoreSource
(String restoreSource) Set the restoreSource property: The id of the restorable database account from which the restore has to be initiated.ResourceRestoreParameters.withRestoreTimestampInUtc
(OffsetDateTime restoreTimestampInUtc) Set the restoreTimestampInUtc property: Time to which the account has to be restored (ISO-8601 format).ResourceRestoreParameters.withRestoreWithTtlDisabled
(Boolean restoreWithTtlDisabled) Set the restoreWithTtlDisabled property: Specifies whether the restored account will have Time-To-Live disabled upon the successful restore.Methods in com.azure.resourcemanager.cosmos.models with parameters of type ResourceRestoreParametersModifier and TypeMethodDescriptionGremlinDatabaseGetPropertiesResource.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.GremlinDatabaseResource.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.GremlinGraphGetPropertiesResource.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.GremlinGraphResource.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.MongoDBCollectionGetPropertiesResource.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.MongoDBCollectionResource.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.MongoDBDatabaseGetPropertiesResource.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.MongoDBDatabaseResource.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.RestorableSqlContainerPropertiesResourceContainer.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.RestorableSqlDatabasePropertiesResourceDatabase.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.SqlContainerGetPropertiesResource.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.SqlContainerResource.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.SqlDatabaseGetPropertiesResource.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.SqlDatabaseResource.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.TableGetPropertiesResource.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.TableResource.withRestoreParameters
(ResourceRestoreParameters restoreParameters) Set the restoreParameters property: Parameters to indicate the information about the restore.