MoverResourceSetProperties 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.
Defines the move collection properties.
public class MoverResourceSetProperties
public class MoverResourceSetProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResourceMover.Models.MoverResourceSetProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResourceMover.Models.MoverResourceSetProperties>
type MoverResourceSetProperties = class
type MoverResourceSetProperties = class
interface IJsonModel<MoverResourceSetProperties>
interface IPersistableModel<MoverResourceSetProperties>
Public Class MoverResourceSetProperties
Public Class MoverResourceSetProperties
Implements IJsonModel(Of MoverResourceSetProperties), IPersistableModel(Of MoverResourceSetProperties)
- Inheritance
-
MoverResourceSetProperties
- Implements
Constructors
MoverResourceSetProperties() |
Initializes a new instance of MoverResourceSetProperties. |
MoverResourceSetProperties(AzureLocation, AzureLocation) |
Initializes a new instance of MoverResourceSetProperties. |
Properties
ErrorsProperties |
The move resource error body. |
MoveLocation |
Gets or sets the move region which indicates the region where the VM Regional to Zonal move will be conducted. |
MoveType |
Defines the MoveType. |
ProvisioningState |
Defines the provisioning states. |
SourceLocation |
Gets or sets the source region. |
TargetLocation |
Gets or sets the target region. |
Version |
Gets or sets the version of move collection. |
Explicit Interface Implementations
IJsonModel<MoverResourceSetProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MoverResourceSetProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MoverResourceSetProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MoverResourceSetProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MoverResourceSetProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET