VMwareToAzStackHcirecoveryPointModelCustomProperties Class

Definition

VMware to AzStackHCI recovery point model custom properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.VMwareToAzStackHcirecoveryPointModelCustomPropertiesTypeConverter))]
public class VMwareToAzStackHcirecoveryPointModelCustomProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IVMwareToAzStackHcirecoveryPointModelCustomProperties, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.VMwareToAzStackHcirecoveryPointModelCustomPropertiesTypeConverter))>]
type VMwareToAzStackHcirecoveryPointModelCustomProperties = class
    interface IVMwareToAzStackHcirecoveryPointModelCustomProperties
    interface IJsonSerializable
    interface IRecoveryPointModelCustomProperties
    interface IValidates
Public Class VMwareToAzStackHcirecoveryPointModelCustomProperties
Implements IValidates, IVMwareToAzStackHcirecoveryPointModelCustomProperties
Inheritance
VMwareToAzStackHcirecoveryPointModelCustomProperties
Attributes
Implements

Constructors

Name Description
VMwareToAzStackHcirecoveryPointModelCustomProperties()

Creates an new VMwareToAzStackHcirecoveryPointModelCustomProperties instance.

Properties

Name Description
DiskId

Gets or sets the list of the disk Ids.

InstanceType

Discriminator property for RecoveryPointModelCustomProperties.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VMwareToAzStackHcirecoveryPointModelCustomProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VMwareToAzStackHcirecoveryPointModelCustomProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IVMwareToAzStackHcirecoveryPointModelCustomProperties.

FromJsonString(String)

Creates a new instance of VMwareToAzStackHcirecoveryPointModelCustomProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of VMwareToAzStackHcirecoveryPointModelCustomProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to