IResourceSettings Interface
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.
[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
-
Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IAvailabilitySetResourceSettingsMicrosoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IPublicIPAddressResourceSettings
- 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) |