MigrateGroupUpdateProperties 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.
Body properties of group update.
public class MigrateGroupUpdateProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Migration.Assessment.Models.MigrateGroupUpdateProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Migration.Assessment.Models.MigrateGroupUpdateProperties>
type MigrateGroupUpdateProperties = class
interface IJsonModel<MigrateGroupUpdateProperties>
interface IPersistableModel<MigrateGroupUpdateProperties>
Public Class MigrateGroupUpdateProperties
Implements IJsonModel(Of MigrateGroupUpdateProperties), IPersistableModel(Of MigrateGroupUpdateProperties)
- Inheritance
-
MigrateGroupUpdateProperties
- Implements
Constructors
MigrateGroupUpdateProperties() |
Initializes a new instance of MigrateGroupUpdateProperties. |
Properties
Machines |
List of machine names that are part of this group. |
OperationType |
Whether to add or remove the machines. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<MigrateGroupUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MigrateGroupUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MigrateGroupUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MigrateGroupUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MigrateGroupUpdateProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |