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