CSMUpdateProtectionPolicyRequest Constructors

Definition

Overloads

CSMUpdateProtectionPolicyRequest()

Initializes a new instance of the CSMUpdateProtectionPolicyRequest class.

CSMUpdateProtectionPolicyRequest(CSMUpdateProtectionPolicyRequestProperties)

Initializes a new instance of the CSMUpdateProtectionPolicyRequest class with required arguments.

CSMUpdateProtectionPolicyRequest()

Initializes a new instance of the CSMUpdateProtectionPolicyRequest class.

public CSMUpdateProtectionPolicyRequest ();
Public Sub New ()

Applies to

CSMUpdateProtectionPolicyRequest(CSMUpdateProtectionPolicyRequestProperties)

Initializes a new instance of the CSMUpdateProtectionPolicyRequest class with required arguments.

public CSMUpdateProtectionPolicyRequest (Microsoft.Azure.Management.BackupServices.Models.CSMUpdateProtectionPolicyRequestProperties properties);
new Microsoft.Azure.Management.BackupServices.Models.CSMUpdateProtectionPolicyRequest : Microsoft.Azure.Management.BackupServices.Models.CSMUpdateProtectionPolicyRequestProperties -> Microsoft.Azure.Management.BackupServices.Models.CSMUpdateProtectionPolicyRequest
Public Sub New (properties As CSMUpdateProtectionPolicyRequestProperties)

Parameters

Applies to