CSMUpdateProtectionRequestProperties 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
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
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
- System.String