Share via


RecoveryVirtualNetworkCustomDetails Class

Definition

Recovery Virtual network custom input.

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

Constructors

RecoveryVirtualNetworkCustomDetails()

Creates an new RecoveryVirtualNetworkCustomDetails instance.

Properties

ResourceType

The class type.

Methods

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.Api202301.IRecoveryVirtualNetworkCustomDetails. Note: the Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.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