VMwareToAzStackHcipolicyModelCustomProperties 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VMwareToAzStackHcipolicyModelCustomPropertiesTypeConverter))]
public class VMwareToAzStackHcipolicyModelCustomProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVMwareToAzStackHcipolicyModelCustomProperties, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VMwareToAzStackHcipolicyModelCustomPropertiesTypeConverter))>]
type VMwareToAzStackHcipolicyModelCustomProperties = class
interface IVMwareToAzStackHcipolicyModelCustomProperties
interface IJsonSerializable
interface IPolicyModelCustomProperties
interface IValidates
Public Class VMwareToAzStackHcipolicyModelCustomProperties
Implements IValidates, IVMwareToAzStackHcipolicyModelCustomProperties
- Inheritance
-
VMwareToAzStackHcipolicyModelCustomProperties
- Attributes
- Implements
Constructors
VMwareToAzStackHcipolicyModelCustomProperties() |
Creates an new VMwareToAzStackHcipolicyModelCustomProperties instance. |
Properties
AppConsistentFrequencyInMinute |
Gets or sets the app consistent snapshot frequency (in minutes). |
CrashConsistentFrequencyInMinute |
Gets or sets the crash consistent snapshot frequency (in minutes). |
InstanceType |
Gets or sets the instance type. |
RecoveryPointHistoryInMinute |
Gets or sets the duration in minutes until which the recovery points need to be stored. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VMwareToAzStackHcipolicyModelCustomProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VMwareToAzStackHcipolicyModelCustomProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVMwareToAzStackHcipolicyModelCustomProperties. |
FromJsonString(String) |
Creates a new instance of VMwareToAzStackHcipolicyModelCustomProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VMwareToAzStackHcipolicyModelCustomProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |