RecoveryVirtualNetworkCustomDetails Class

Definition

Recovery Virtual network custom input.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.RecoveryVirtualNetworkCustomDetailsTypeConverter))]
public class RecoveryVirtualNetworkCustomDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IRecoveryVirtualNetworkCustomDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.RecoveryVirtualNetworkCustomDetailsTypeConverter))>]
type RecoveryVirtualNetworkCustomDetails = class
    interface IRecoveryVirtualNetworkCustomDetails
    interface IJsonSerializable
Public Class RecoveryVirtualNetworkCustomDetails
Implements IRecoveryVirtualNetworkCustomDetails
Inheritance
RecoveryVirtualNetworkCustomDetails
Attributes
Implements

Constructors

Name Description
RecoveryVirtualNetworkCustomDetails()

Creates an new RecoveryVirtualNetworkCustomDetails instance.

Properties

Name Description
ResourceType

The class type.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RecoveryVirtualNetworkCustomDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RecoveryVirtualNetworkCustomDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IRecoveryVirtualNetworkCustomDetails. Note: the Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IRecoveryVirtualNetworkCustomDetails interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RecoveryVirtualNetworkCustomDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to