你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TestFailoverWorkflowModelCustomProperties Class

Definition

Test failover workflow model custom properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.TestFailoverWorkflowModelCustomPropertiesTypeConverter))]
public class TestFailoverWorkflowModelCustomProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.ITestFailoverWorkflowModelCustomProperties, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.TestFailoverWorkflowModelCustomPropertiesTypeConverter))>]
type TestFailoverWorkflowModelCustomProperties = class
    interface ITestFailoverWorkflowModelCustomProperties
    interface IJsonSerializable
    interface IWorkflowModelCustomProperties
    interface IValidates
Public Class TestFailoverWorkflowModelCustomProperties
Implements ITestFailoverWorkflowModelCustomProperties, IValidates
Inheritance
TestFailoverWorkflowModelCustomProperties
Attributes
Implements

Constructors

TestFailoverWorkflowModelCustomProperties()

Creates an new TestFailoverWorkflowModelCustomProperties 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 test VM details.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TestFailoverWorkflowModelCustomProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TestFailoverWorkflowModelCustomProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.ITestFailoverWorkflowModelCustomProperties.

FromJsonString(String)

Creates a new instance of TestFailoverWorkflowModelCustomProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of TestFailoverWorkflowModelCustomProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to