ManualActionTaskDetails Class

Definition

This class represents the manual action task details.

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

Properties

Instructions

The instructions.

Name

The name.

Observation

The observation.

Explicit Interface Implementations

IJsonModel<ManualActionTaskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManualActionTaskDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SiteRecoveryTaskTypeDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SiteRecoveryTaskTypeDetails)
IPersistableModel<ManualActionTaskDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManualActionTaskDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManualActionTaskDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SiteRecoveryTaskTypeDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SiteRecoveryTaskTypeDetails)

Applies to