FailoverWorkflowModelCustomProperties 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.
Failover workflow model custom properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.FailoverWorkflowModelCustomPropertiesTypeConverter))]
public class FailoverWorkflowModelCustomProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IFailoverWorkflowModelCustomProperties, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.FailoverWorkflowModelCustomPropertiesTypeConverter))>]
type FailoverWorkflowModelCustomProperties = class
interface IFailoverWorkflowModelCustomProperties
interface IJsonSerializable
interface IWorkflowModelCustomProperties
interface IValidates
Public Class FailoverWorkflowModelCustomProperties
Implements IFailoverWorkflowModelCustomProperties, IValidates
- Inheritance
-
FailoverWorkflowModelCustomProperties
- Attributes
- Implements
Constructors
FailoverWorkflowModelCustomProperties() |
Creates an new FailoverWorkflowModelCustomProperties instance. |
Properties
AffectedObjectDetail |
Gets or sets any custom properties of the affected object. |
InstanceType |
Gets or sets the instance type. |
ProtectedItemDetail |
Gets or sets the failed over protected item details. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FailoverWorkflowModelCustomProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FailoverWorkflowModelCustomProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IFailoverWorkflowModelCustomProperties. |
FromJsonString(String) |
Creates a new instance of FailoverWorkflowModelCustomProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FailoverWorkflowModelCustomProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |