PolicyProperties 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
PolicyProperties() |
Initializes a new instance of the PolicyProperties class. |
PolicyProperties(String, PolicyProviderSpecificDetails) |
Initializes a new instance of the PolicyProperties class. |
PolicyProperties()
Initializes a new instance of the PolicyProperties class.
public PolicyProperties ();
Public Sub New ()
Applies to
PolicyProperties(String, PolicyProviderSpecificDetails)
Initializes a new instance of the PolicyProperties class.
public PolicyProperties (string friendlyName = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.PolicyProviderSpecificDetails providerSpecificDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.PolicyProperties : string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.PolicyProviderSpecificDetails -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.PolicyProperties
Public Sub New (Optional friendlyName As String = Nothing, Optional providerSpecificDetails As PolicyProviderSpecificDetails = Nothing)
Parameters
- friendlyName
- String
The FriendlyName.
- providerSpecificDetails
- PolicyProviderSpecificDetails
The ReplicationChannelSetting.