Uses of Class
com.azure.resourcemanager.cosmos.models.RestoreParameters
-
Packages that use RestoreParameters Package Description 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 RestoreParameters in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return RestoreParameters Modifier and Type Method Description RestoreParametersDatabaseAccountCreateUpdateProperties. restoreParameters()Get the restoreParameters property: Parameters to indicate the information about the restore.RestoreParametersDatabaseAccountGetProperties. restoreParameters()Get the restoreParameters property: Parameters to indicate the information about the restore.RestoreParametersDatabaseAccountGetResultsInner. restoreParameters()Get the restoreParameters property: Parameters to indicate the information about the restore.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type RestoreParameters Modifier and Type Method Description DatabaseAccountCreateUpdatePropertiesDatabaseAccountCreateUpdateProperties. withRestoreParameters(RestoreParameters restoreParameters)Set the restoreParameters property: Parameters to indicate the information about the restore.DatabaseAccountGetPropertiesDatabaseAccountGetProperties. withRestoreParameters(RestoreParameters restoreParameters)Set the restoreParameters property: Parameters to indicate the information about the restore.DatabaseAccountGetResultsInnerDatabaseAccountGetResultsInner. withRestoreParameters(RestoreParameters restoreParameters)Set the restoreParameters property: Parameters to indicate the information about the restore. -
Uses of RestoreParameters in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return RestoreParameters Modifier and Type Method Description RestoreParametersDatabaseAccountCreateUpdateParameters. restoreParameters()Get the restoreParameters property: Parameters to indicate the information about the restore.RestoreParametersRestoreParameters. withDatabasesToRestore(List<DatabaseRestoreResourceInner> databasesToRestore)Set the databasesToRestore property: List of specific databases available for restore.RestoreParametersRestoreParameters. withRestoreMode(RestoreMode restoreMode)Set the restoreMode property: Describes the mode of the restore.RestoreParametersRestoreParameters. withRestoreSource(String restoreSource)Set the restoreSource property: The id of the restorable database account from which the restore has to be initiated.RestoreParametersRestoreParameters. withRestoreTimestampInUtc(OffsetDateTime restoreTimestampInUtc)Set the restoreTimestampInUtc property: Time to which the account has to be restored (ISO-8601 format).Methods in com.azure.resourcemanager.cosmos.models with parameters of type RestoreParameters Modifier and Type Method Description DatabaseAccountCreateUpdateParametersDatabaseAccountCreateUpdateParameters. withRestoreParameters(RestoreParameters restoreParameters)Set the restoreParameters property: Parameters to indicate the information about the restore.
-