ClusterTestFailoverCleanupInput 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.
Input definition for test failover cleanup for cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ClusterTestFailoverCleanupInputTypeConverter))]
public class ClusterTestFailoverCleanupInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IClusterTestFailoverCleanupInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ClusterTestFailoverCleanupInputTypeConverter))>]
type ClusterTestFailoverCleanupInput = class
interface IClusterTestFailoverCleanupInput
interface IJsonSerializable
Public Class ClusterTestFailoverCleanupInput
Implements IClusterTestFailoverCleanupInput
- Inheritance
-
ClusterTestFailoverCleanupInput
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ClusterTestFailoverCleanupInput() |
Creates an new ClusterTestFailoverCleanupInput instance. |
Properties
| Name | Description |
|---|---|
| Comment |
Test failover cleanup comments. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClusterTestFailoverCleanupInput. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClusterTestFailoverCleanupInput. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IClusterTestFailoverCleanupInput. |
| FromJsonString(String) |
Creates a new instance of ClusterTestFailoverCleanupInput, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClusterTestFailoverCleanupInput into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |