CSMSetProtectionRequestProperties 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
CSMSetProtectionRequestProperties() |
Initializes a new instance of the CSMSetProtectionRequestProperties class. |
CSMSetProtectionRequestProperties(String) |
Initializes a new instance of the CSMSetProtectionRequestProperties class with required arguments. |
CSMSetProtectionRequestProperties()
Initializes a new instance of the CSMSetProtectionRequestProperties class.
public CSMSetProtectionRequestProperties ();
Public Sub New ()
Applies to
CSMSetProtectionRequestProperties(String)
Initializes a new instance of the CSMSetProtectionRequestProperties class with required arguments.
public CSMSetProtectionRequestProperties (string policyId);
new Microsoft.Azure.Management.BackupServices.Models.CSMSetProtectionRequestProperties : string -> Microsoft.Azure.Management.BackupServices.Models.CSMSetProtectionRequestProperties
Public Sub New (policyId As String)
Parameters
- policyId
- System.String