SwitchClusterProtectionInput 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.
Switch cluster protection input.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.SwitchClusterProtectionInputTypeConverter))]
public class SwitchClusterProtectionInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ISwitchClusterProtectionInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.SwitchClusterProtectionInputTypeConverter))>]
type SwitchClusterProtectionInput = class
interface ISwitchClusterProtectionInput
interface IJsonSerializable
Public Class SwitchClusterProtectionInput
Implements ISwitchClusterProtectionInput
- Inheritance
-
SwitchClusterProtectionInput
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SwitchClusterProtectionInput() |
Creates an new SwitchClusterProtectionInput instance. |
Properties
| Name | Description |
|---|---|
| ProviderSpecificDetailInstanceType |
Gets the Instance type. |
| ReplicationProtectionClusterName |
The unique replication protection cluster name. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SwitchClusterProtectionInput. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SwitchClusterProtectionInput. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ISwitchClusterProtectionInput. |
| FromJsonString(String) |
Creates a new instance of SwitchClusterProtectionInput, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of SwitchClusterProtectionInput into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |