HyperVToAzStackHcipolicyModelCustomProperties 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.
HyperV To AzStackHCI Policy model custom properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.HyperVToAzStackHcipolicyModelCustomPropertiesTypeConverter))]
public class HyperVToAzStackHcipolicyModelCustomProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IHyperVToAzStackHcipolicyModelCustomProperties, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.HyperVToAzStackHcipolicyModelCustomPropertiesTypeConverter))>]
type HyperVToAzStackHcipolicyModelCustomProperties = class
interface IHyperVToAzStackHcipolicyModelCustomProperties
interface IJsonSerializable
interface IPolicyModelCustomProperties
interface IValidates
Public Class HyperVToAzStackHcipolicyModelCustomProperties
Implements IHyperVToAzStackHcipolicyModelCustomProperties, IValidates
- Inheritance
-
HyperVToAzStackHcipolicyModelCustomProperties
- Attributes
- Implements
Constructors
HyperVToAzStackHcipolicyModelCustomProperties() |
Creates an new HyperVToAzStackHcipolicyModelCustomProperties 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 HyperVToAzStackHcipolicyModelCustomProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HyperVToAzStackHcipolicyModelCustomProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IHyperVToAzStackHcipolicyModelCustomProperties. |
FromJsonString(String) |
Creates a new instance of HyperVToAzStackHcipolicyModelCustomProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HyperVToAzStackHcipolicyModelCustomProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |