CreatePolicyInput 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
CreatePolicyInput() |
Initializes a new instance of the CreatePolicyInput class. |
CreatePolicyInput(CreatePolicyInputProperties) |
Initializes a new instance of the CreatePolicyInput class. |
CreatePolicyInput()
Initializes a new instance of the CreatePolicyInput class.
public CreatePolicyInput ();
Public Sub New ()
Applies to
CreatePolicyInput(CreatePolicyInputProperties)
Initializes a new instance of the CreatePolicyInput class.
public CreatePolicyInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreatePolicyInputProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreatePolicyInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreatePolicyInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreatePolicyInput
Public Sub New (Optional properties As CreatePolicyInputProperties = Nothing)
Parameters
- properties
- CreatePolicyInputProperties
Policy creation properties.