EnableProtectionInputProperties 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.
Enable protection input properties.
public class EnableProtectionInputProperties
type EnableProtectionInputProperties = class
Public Class EnableProtectionInputProperties
- Inheritance
-
EnableProtectionInputProperties
Constructors
EnableProtectionInputProperties() |
Initializes a new instance of the EnableProtectionInputProperties class. |
EnableProtectionInputProperties(String, String, EnableProtectionProviderSpecificInput) |
Initializes a new instance of the EnableProtectionInputProperties class. |
Properties
PolicyId |
Gets or sets the Policy Id. |
ProtectableItemId |
Gets or sets the protectable item Id. |
ProviderSpecificDetails |
Gets or sets the ReplicationProviderInput. For HyperVReplicaAzure provider, it will be AzureEnableProtectionInput object. For San provider, it will be SanEnableProtectionInput object. For HyperVReplicaAzure provider, it can be null. |