InlineWorkflowTaskDetails Class

Definition

This class represents the inline workflow task details.

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

Properties

ChildTasks

The child tasks.

(Inherited from SiteRecoveryGroupTaskDetails)
WorkflowIds

The list of child workflow ids.

Explicit Interface Implementations

IJsonModel<InlineWorkflowTaskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InlineWorkflowTaskDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SiteRecoveryGroupTaskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SiteRecoveryGroupTaskDetails)
IPersistableModel<InlineWorkflowTaskDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InlineWorkflowTaskDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InlineWorkflowTaskDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SiteRecoveryGroupTaskDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SiteRecoveryGroupTaskDetails)

Applies to