A2ASwitchClusterProtectionInput 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.
A2A specific switch cluster protection input.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.A2ASwitchClusterProtectionInputTypeConverter))]
public class A2ASwitchClusterProtectionInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IA2ASwitchClusterProtectionInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.A2ASwitchClusterProtectionInputTypeConverter))>]
type A2ASwitchClusterProtectionInput = class
interface IA2ASwitchClusterProtectionInput
interface IJsonSerializable
interface ISwitchClusterProtectionProviderSpecificInput
interface IValidates
Public Class A2ASwitchClusterProtectionInput
Implements IA2ASwitchClusterProtectionInput, IValidates
- Inheritance
-
A2ASwitchClusterProtectionInput
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| A2ASwitchClusterProtectionInput() |
Creates an new A2ASwitchClusterProtectionInput instance. |
Properties
| Name | Description |
|---|---|
| InstanceType |
Gets the Instance type. |
| PolicyId |
The Policy Id. |
| ProtectedItemsDetail | |
| RecoveryContainerId |
The recovery container Id. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of A2ASwitchClusterProtectionInput. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of A2ASwitchClusterProtectionInput. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IA2ASwitchClusterProtectionInput. |
| FromJsonString(String) |
Creates a new instance of A2ASwitchClusterProtectionInput, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of A2ASwitchClusterProtectionInput into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |