RangeBasedItemLevelRestoreCriteria 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.
Item Level target info for restore operation.
public class RangeBasedItemLevelRestoreCriteria : Azure.ResourceManager.DataProtectionBackup.Models.ItemLevelRestoreCriteria, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.RangeBasedItemLevelRestoreCriteria>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.RangeBasedItemLevelRestoreCriteria>
public class RangeBasedItemLevelRestoreCriteria : Azure.ResourceManager.DataProtectionBackup.Models.ItemLevelRestoreCriteria
type RangeBasedItemLevelRestoreCriteria = class
inherit ItemLevelRestoreCriteria
interface IJsonModel<RangeBasedItemLevelRestoreCriteria>
interface IPersistableModel<RangeBasedItemLevelRestoreCriteria>
type RangeBasedItemLevelRestoreCriteria = class
inherit ItemLevelRestoreCriteria
Public Class RangeBasedItemLevelRestoreCriteria
Inherits ItemLevelRestoreCriteria
Implements IJsonModel(Of RangeBasedItemLevelRestoreCriteria), IPersistableModel(Of RangeBasedItemLevelRestoreCriteria)
Public Class RangeBasedItemLevelRestoreCriteria
Inherits ItemLevelRestoreCriteria
- Inheritance
- Implements
Constructors
RangeBasedItemLevelRestoreCriteria() |
Initializes a new instance of RangeBasedItemLevelRestoreCriteria. |
Properties
MaxMatchingValue |
maximum value for range prefix match. |
MinMatchingValue |
minimum value for range prefix match. |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET