DevTestLabGlobalScheduleRetargetContent 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.
Properties for retargeting a virtual machine schedule.
public class DevTestLabGlobalScheduleRetargetContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevTestLabs.Models.DevTestLabGlobalScheduleRetargetContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevTestLabs.Models.DevTestLabGlobalScheduleRetargetContent>
public class DevTestLabGlobalScheduleRetargetContent
type DevTestLabGlobalScheduleRetargetContent = class
interface IJsonModel<DevTestLabGlobalScheduleRetargetContent>
interface IPersistableModel<DevTestLabGlobalScheduleRetargetContent>
type DevTestLabGlobalScheduleRetargetContent = class
Public Class DevTestLabGlobalScheduleRetargetContent
Implements IJsonModel(Of DevTestLabGlobalScheduleRetargetContent), IPersistableModel(Of DevTestLabGlobalScheduleRetargetContent)
Public Class DevTestLabGlobalScheduleRetargetContent
- Inheritance
-
DevTestLabGlobalScheduleRetargetContent
- Implements
Constructors
DevTestLabGlobalScheduleRetargetContent() |
Initializes a new instance of DevTestLabGlobalScheduleRetargetContent. |
Properties
CurrentResourceId |
The resource Id of the virtual machine on which the schedule operates. |
TargetResourceId |
The resource Id of the virtual machine that the schedule should be retargeted to. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DevTestLabGlobalScheduleRetargetContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DevTestLabGlobalScheduleRetargetContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DevTestLabGlobalScheduleRetargetContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DevTestLabGlobalScheduleRetargetContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DevTestLabGlobalScheduleRetargetContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |