Share via


IResourceSettings Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.ResourceSettingsTypeConverter))]
public interface IResourceSettings : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.ResourceSettingsTypeConverter))>]
type IResourceSettings = interface
    interface IJsonSerializable
Public Interface IResourceSettings
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ResourceType

The resource type. For example, the value can be Microsoft.Compute/virtualMachines.

TargetResourceGroupName

Gets or sets the target resource group name.

TargetResourceName

Gets or sets the target Resource name.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to