RecoveryPlanA2ADetails 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.
Recovery plan A2A specific details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.RecoveryPlanA2ADetailsTypeConverter))]
public class RecoveryPlanA2ADetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRecoveryPlanA2ADetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.RecoveryPlanA2ADetailsTypeConverter))>]
type RecoveryPlanA2ADetails = class
interface IRecoveryPlanA2ADetails
interface IJsonSerializable
interface IRecoveryPlanProviderSpecificDetails
interface IValidates
Public Class RecoveryPlanA2ADetails
Implements IRecoveryPlanA2ADetails, IValidates
- Inheritance
-
RecoveryPlanA2ADetails
- Attributes
- Implements
Constructors
RecoveryPlanA2ADetails() |
Creates an new RecoveryPlanA2ADetails instance. |
Properties
InstanceType |
Gets the Instance type. |
PrimaryExtendedLocationName |
The name of the extended location. |
PrimaryExtendedLocationType |
The extended location type. |
PrimaryZone |
The primary zone. |
RecoveryExtendedLocationName |
The name of the extended location. |
RecoveryExtendedLocationType |
The extended location type. |
RecoveryZone |
The recovery zone. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RecoveryPlanA2ADetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RecoveryPlanA2ADetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRecoveryPlanA2ADetails. |
FromJsonString(String) |
Creates a new instance of RecoveryPlanA2ADetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RecoveryPlanA2ADetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |