Share via


ResolveHealthInputProperties Class

Definition

Resolve health input properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ResolveHealthInputPropertiesTypeConverter))]
public class ResolveHealthInputProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IResolveHealthInputProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ResolveHealthInputPropertiesTypeConverter))>]
type ResolveHealthInputProperties = class
    interface IResolveHealthInputProperties
    interface IJsonSerializable
Public Class ResolveHealthInputProperties
Implements IResolveHealthInputProperties
Inheritance
ResolveHealthInputProperties
Attributes
Implements

Constructors

ResolveHealthInputProperties()

Creates an new ResolveHealthInputProperties instance.

Properties

HealthError

Health errors.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResolveHealthInputProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResolveHealthInputProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IResolveHealthInputProperties.

FromJsonString(String)

Creates a new instance of ResolveHealthInputProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResolveHealthInputProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to