Share via


DiscoverProtectableItemRequestProperties Class

Definition

Discover protectable item properties.

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

Constructors

DiscoverProtectableItemRequestProperties()

Creates an new DiscoverProtectableItemRequestProperties instance.

Properties

FriendlyName

The friendly name of the physical machine.

IPAddress

The IP address of the physical machine to be discovered.

OSType

The OS type on the physical machine.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DiscoverProtectableItemRequestProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DiscoverProtectableItemRequestProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DiscoverProtectableItemRequestProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to