CSMUpdateProtectionRequestProperties Constructors
Definition
Overloads
CSMUpdateProtectionRequestProperties() |
Initializes a new instance of the CSMUpdateProtectionRequestProperties class. |
CSMUpdateProtectionRequestProperties(String) |
Initializes a new instance of the CSMUpdateProtectionRequestProperties class with required arguments. |
CSMUpdateProtectionRequestProperties()
Initializes a new instance of the CSMUpdateProtectionRequestProperties class.
public CSMUpdateProtectionRequestProperties ();
Public Sub New ()
Applies to
Product | Introduced |
---|
CSMUpdateProtectionRequestProperties(String)
Initializes a new instance of the CSMUpdateProtectionRequestProperties class with required arguments.
public CSMUpdateProtectionRequestProperties (string policyId);
new Microsoft.Azure.Management.BackupServices.Models.CSMUpdateProtectionRequestProperties : string -> Microsoft.Azure.Management.BackupServices.Models.CSMUpdateProtectionRequestProperties
Public Sub New (policyId As String)
Parameters
- policyId
- String
Applies to
Product | Introduced |
---|