DiscoverProtectableItemRequestProperties 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.
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. |