DiscoverProtectableItemRequestProperties Class

Definition

Discover protectable item properties.

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

Constructors

Name Description
DiscoverProtectableItemRequestProperties()

Creates an new DiscoverProtectableItemRequestProperties instance.

Properties

Name Description
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

Name Description
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.Api20250801.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