MoverResourceSettings 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.
Gets or sets the resource settings. Please note MoverResourceSettings is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MoverAvailabilitySetResourceSettings, DiskEncryptionSetResourceSettings, VirtualMachineResourceSettings, KeyVaultResourceSettings, LoadBalancerResourceSettings, NetworkInterfaceResourceSettings, NetworkSecurityGroupResourceSettings, PublicIPAddressResourceSettings, MoverVirtualNetworkResourceSettings, SqlServerResourceSettings, SqlDatabaseResourceSettings, SqlElasticPoolResourceSettings and ResourceGroupResourceSettings.
public abstract class MoverResourceSettings
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.ResourceMover.Models.UnknownResourceSettings))]
public abstract class MoverResourceSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResourceMover.Models.MoverResourceSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResourceMover.Models.MoverResourceSettings>
type MoverResourceSettings = class
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.ResourceMover.Models.UnknownResourceSettings))>]
type MoverResourceSettings = class
interface IJsonModel<MoverResourceSettings>
interface IPersistableModel<MoverResourceSettings>
Public MustInherit Class MoverResourceSettings
Public MustInherit Class MoverResourceSettings
Implements IJsonModel(Of MoverResourceSettings), IPersistableModel(Of MoverResourceSettings)
- Inheritance
-
MoverResourceSettings
- Derived
- Attributes
- Implements
Constructors
MoverResourceSettings() |
Initializes a new instance of MoverResourceSettings. |
Properties
TargetResourceGroupName |
Gets or sets the target resource group name. |
TargetResourceName |
Gets or sets the target Resource name. |
Explicit Interface Implementations
IJsonModel<MoverResourceSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MoverResourceSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MoverResourceSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MoverResourceSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MoverResourceSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET