ResourceRestoreParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters to indicate the information about the restore.
public class ResourceRestoreParameters : Azure.ResourceManager.CosmosDB.Models.RestoreParametersBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.ResourceRestoreParameters>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.ResourceRestoreParameters>
type ResourceRestoreParameters = class
inherit RestoreParametersBase
interface IJsonModel<ResourceRestoreParameters>
interface IPersistableModel<ResourceRestoreParameters>
Public Class ResourceRestoreParameters
Inherits RestoreParametersBase
Implements IJsonModel(Of ResourceRestoreParameters), IPersistableModel(Of ResourceRestoreParameters)
- Inheritance
- Implements
Constructors
ResourceRestoreParameters() |
Initializes a new instance of ResourceRestoreParameters. |
Properties
IsRestoreWithTtlDisabled |
Specifies whether the restored account will have Time-To-Live disabled upon the successful restore. (Inherited from RestoreParametersBase) |
RestoreSource |
The id of the restorable database account from which the restore has to be initiated. For example: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}. (Inherited from RestoreParametersBase) |
RestoreTimestampInUtc |
Time to which the account has to be restored (ISO-8601 format). (Inherited from RestoreParametersBase) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET