Aracılığıyla paylaş


CreatePolicyInput Constructors

Definition

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.

Applies to