Share via


HyperVToAzStackHcirecoveryPointModelCustomProperties Class

Definition

HyperV to AzStackHCI recovery point model custom properties.

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

Constructors

HyperVToAzStackHcirecoveryPointModelCustomProperties()

Creates an new HyperVToAzStackHcirecoveryPointModelCustomProperties instance.

Properties

DiskId

Gets or sets the list of the disk Ids.

InstanceType

Gets or sets the instance type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HyperVToAzStackHcirecoveryPointModelCustomProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HyperVToAzStackHcirecoveryPointModelCustomProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IHyperVToAzStackHcirecoveryPointModelCustomProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of HyperVToAzStackHcirecoveryPointModelCustomProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to