UpdateMobilityServiceContent Class

Definition

Request to update the mobility service on a protected item.

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

Constructors

UpdateMobilityServiceContent()

Initializes a new instance of UpdateMobilityServiceContent.

Properties

UpdateMobilityServiceRequestRunAsAccountId

The CS run as account Id.

Explicit Interface Implementations

IJsonModel<UpdateMobilityServiceContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UpdateMobilityServiceContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UpdateMobilityServiceContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UpdateMobilityServiceContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UpdateMobilityServiceContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to