Share via


ManualResolutionProperties Class

Definition

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.

Applies to