DiscoverProtectableItemRequestProperties Constructors
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.
Overloads
DiscoverProtectableItemRequestProperties() |
Initializes a new instance of the DiscoverProtectableItemRequestProperties class. |
DiscoverProtectableItemRequestProperties(String, String, String) |
Initializes a new instance of the DiscoverProtectableItemRequestProperties class. |
DiscoverProtectableItemRequestProperties()
Initializes a new instance of the DiscoverProtectableItemRequestProperties class.
public DiscoverProtectableItemRequestProperties ();
Public Sub New ()
Applies to
DiscoverProtectableItemRequestProperties(String, String, String)
Initializes a new instance of the DiscoverProtectableItemRequestProperties class.
public DiscoverProtectableItemRequestProperties (string friendlyName = default, string ipAddress = default, string osType = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DiscoverProtectableItemRequestProperties : string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DiscoverProtectableItemRequestProperties
Public Sub New (Optional friendlyName As String = Nothing, Optional ipAddress As String = Nothing, Optional osType As String = Nothing)
Parameters
- friendlyName
- String
The friendly name of the physical machine.
- ipAddress
- String
The IP address of the physical machine to be discovered.
- osType
- String
The OS type on the physical machine.