Condividi tramite


TestFailoverWorkflowModelCustomProperties Class

Definition

Test failover workflow model custom properties.

public class TestFailoverWorkflowModelCustomProperties : Azure.ResourceManager.RecoveryServicesDataReplication.Models.WorkflowModelCustomProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.TestFailoverWorkflowModelCustomProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.TestFailoverWorkflowModelCustomProperties>
type TestFailoverWorkflowModelCustomProperties = class
    inherit WorkflowModelCustomProperties
    interface IJsonModel<TestFailoverWorkflowModelCustomProperties>
    interface IPersistableModel<TestFailoverWorkflowModelCustomProperties>
Public Class TestFailoverWorkflowModelCustomProperties
Inherits WorkflowModelCustomProperties
Implements IJsonModel(Of TestFailoverWorkflowModelCustomProperties), IPersistableModel(Of TestFailoverWorkflowModelCustomProperties)
Inheritance
TestFailoverWorkflowModelCustomProperties
Implements

Properties

AffectedObjectDetails

Gets or sets any custom properties of the affected object.

(Inherited from WorkflowModelCustomProperties)
ProtectedItemDetails

Gets or sets the test VM details.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TestFailoverWorkflowModelCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<TestFailoverWorkflowModelCustomProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<WorkflowModelCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from WorkflowModelCustomProperties)
IJsonModel<WorkflowModelCustomProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from WorkflowModelCustomProperties)
IPersistableModel<TestFailoverWorkflowModelCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TestFailoverWorkflowModelCustomProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<TestFailoverWorkflowModelCustomProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<WorkflowModelCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from WorkflowModelCustomProperties)
IPersistableModel<WorkflowModelCustomProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from WorkflowModelCustomProperties)
IPersistableModel<WorkflowModelCustomProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from WorkflowModelCustomProperties)

Applies to