MoveEntitiesConfig Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MoveEntitiesOptions.
public class MoveEntitiesConfig : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Purview.DataMap.MoveEntitiesConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Purview.DataMap.MoveEntitiesConfig>
type MoveEntitiesConfig = class
interface IJsonModel<MoveEntitiesConfig>
interface IPersistableModel<MoveEntitiesConfig>
Public Class MoveEntitiesConfig
Implements IJsonModel(Of MoveEntitiesConfig), IPersistableModel(Of MoveEntitiesConfig)
- Inheritance
-
MoveEntitiesConfig
- Implements
Constructors
MoveEntitiesConfig() |
Initializes a new instance of MoveEntitiesConfig. |
Properties
EntityGuids |
An array of entity guids to be moved to target collection. |
Explicit Interface Implementations
IJsonModel<MoveEntitiesConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MoveEntitiesConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MoveEntitiesConfig>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MoveEntitiesConfig>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MoveEntitiesConfig>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET