ManualResolutionProperties 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 properties for manual resolution.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.ManualResolutionPropertiesTypeConverter))]
public class ManualResolutionProperties : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IManualResolutionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.ManualResolutionPropertiesTypeConverter))>]
type ManualResolutionProperties = class
interface IManualResolutionProperties
interface IJsonSerializable
Public Class ManualResolutionProperties
Implements IManualResolutionProperties
- Inheritance
-
ManualResolutionProperties
- Attributes
- Implements
Constructors
ManualResolutionProperties() |
Creates an new ManualResolutionProperties instance. |
Properties
TargetId |
Gets or sets the target resource ARM ID of the dependent resource if the resource type is Manual. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManualResolutionProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManualResolutionProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IManualResolutionProperties. |
FromJsonString(String) |
Creates a new instance of ManualResolutionProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManualResolutionProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |