DiscoverProtectableItemRequest 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
DiscoverProtectableItemRequest() |
Initializes a new instance of the DiscoverProtectableItemRequest class. |
DiscoverProtectableItemRequest(DiscoverProtectableItemRequestProperties) |
Initializes a new instance of the DiscoverProtectableItemRequest class. |
DiscoverProtectableItemRequest()
Initializes a new instance of the DiscoverProtectableItemRequest class.
public DiscoverProtectableItemRequest ();
Public Sub New ()
Applies to
DiscoverProtectableItemRequest(DiscoverProtectableItemRequestProperties)
Initializes a new instance of the DiscoverProtectableItemRequest class.
public DiscoverProtectableItemRequest (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DiscoverProtectableItemRequestProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DiscoverProtectableItemRequest : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DiscoverProtectableItemRequestProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DiscoverProtectableItemRequest
Public Sub New (Optional properties As DiscoverProtectableItemRequestProperties = Nothing)
Parameters
- properties
- DiscoverProtectableItemRequestProperties
The properties of a discover protectable item request.