ExistingRecoveryVirtualNetwork 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.
Existing recovery virtual network input.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ExistingRecoveryVirtualNetworkTypeConverter))]
public class ExistingRecoveryVirtualNetwork : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IExistingRecoveryVirtualNetwork, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ExistingRecoveryVirtualNetworkTypeConverter))>]
type ExistingRecoveryVirtualNetwork = class
interface IExistingRecoveryVirtualNetwork
interface IJsonSerializable
interface IRecoveryVirtualNetworkCustomDetails
interface IValidates
Public Class ExistingRecoveryVirtualNetwork
Implements IExistingRecoveryVirtualNetwork, IValidates
- Inheritance
-
ExistingRecoveryVirtualNetwork
- Attributes
- Implements
Constructors
ExistingRecoveryVirtualNetwork() |
Creates an new ExistingRecoveryVirtualNetwork instance. |
Properties
RecoverySubnetName |
The recovery subnet name. |
RecoveryVirtualNetworkId |
The recovery virtual network Id. Will throw error, if resource does not exist. |
ResourceType |
The class type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExistingRecoveryVirtualNetwork. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExistingRecoveryVirtualNetwork. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IExistingRecoveryVirtualNetwork. |
FromJsonString(String) |
Creates a new instance of ExistingRecoveryVirtualNetwork, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExistingRecoveryVirtualNetwork into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |