Share via


ChangeDirectoryContent Class

Definition

Request body for change directory of a reservation.

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

Constructors

ChangeDirectoryContent()

Initializes a new instance of ChangeDirectoryContent.

Properties

DestinationTenantId

Tenant id GUID that reservation order is to be transferred to.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ChangeDirectoryContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ChangeDirectoryContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ChangeDirectoryContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ChangeDirectoryContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ChangeDirectoryContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to