TestFailoverCleanupJobModelCustomProperties 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.
Test failover cleanup job model custom properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.TestFailoverCleanupJobModelCustomPropertiesTypeConverter))]
public class TestFailoverCleanupJobModelCustomProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ITestFailoverCleanupJobModelCustomProperties, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.TestFailoverCleanupJobModelCustomPropertiesTypeConverter))>]
type TestFailoverCleanupJobModelCustomProperties = class
interface ITestFailoverCleanupJobModelCustomProperties
interface IJsonSerializable
interface IJobModelCustomProperties
interface IValidates
Public Class TestFailoverCleanupJobModelCustomProperties
Implements ITestFailoverCleanupJobModelCustomProperties, IValidates
- Inheritance
-
TestFailoverCleanupJobModelCustomProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| TestFailoverCleanupJobModelCustomProperties() |
Creates an new TestFailoverCleanupJobModelCustomProperties instance. |
Properties
| Name | Description |
|---|---|
| AffectedObjectDetail |
Gets or sets any custom properties of the affected object. |
| Comment |
Gets or sets the test failover cleanup comments. |
| InstanceType |
Discriminator property for JobModelCustomProperties. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TestFailoverCleanupJobModelCustomProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TestFailoverCleanupJobModelCustomProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ITestFailoverCleanupJobModelCustomProperties. |
| FromJsonString(String) |
Creates a new instance of TestFailoverCleanupJobModelCustomProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of TestFailoverCleanupJobModelCustomProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |