VMwareToAzStackHciPolicyCustomProperties 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.
VMware To AzStackHCI Policy model custom properties.
public class VMwareToAzStackHciPolicyCustomProperties : Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationPolicyCustomProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciPolicyCustomProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.VMwareToAzStackHciPolicyCustomProperties>
type VMwareToAzStackHciPolicyCustomProperties = class
inherit DataReplicationPolicyCustomProperties
interface IJsonModel<VMwareToAzStackHciPolicyCustomProperties>
interface IPersistableModel<VMwareToAzStackHciPolicyCustomProperties>
Public Class VMwareToAzStackHciPolicyCustomProperties
Inherits DataReplicationPolicyCustomProperties
Implements IJsonModel(Of VMwareToAzStackHciPolicyCustomProperties), IPersistableModel(Of VMwareToAzStackHciPolicyCustomProperties)
- Inheritance
- Implements
Constructors
VMwareToAzStackHciPolicyCustomProperties(Int32, Int32, Int32) |
Initializes a new instance of VMwareToAzStackHciPolicyCustomProperties. |
Properties
AppConsistentFrequencyInMinutes |
Gets or sets the app consistent snapshot frequency (in minutes). |
CrashConsistentFrequencyInMinutes |
Gets or sets the crash consistent snapshot frequency (in minutes). |
RecoveryPointHistoryInMinutes |
Gets or sets the duration in minutes until which the recovery points need to be stored. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |