CSMUpdateProtectionRequest 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
CSMUpdateProtectionRequest() |
Initializes a new instance of the CSMUpdateProtectionRequest class. |
CSMUpdateProtectionRequest(CSMUpdateProtectionRequestProperties) |
Initializes a new instance of the CSMUpdateProtectionRequest class with required arguments. |
CSMUpdateProtectionRequest()
Initializes a new instance of the CSMUpdateProtectionRequest class.
public CSMUpdateProtectionRequest ();
Public Sub New ()
Applies to
CSMUpdateProtectionRequest(CSMUpdateProtectionRequestProperties)
Initializes a new instance of the CSMUpdateProtectionRequest class with required arguments.
public CSMUpdateProtectionRequest (Microsoft.Azure.Management.BackupServices.Models.CSMUpdateProtectionRequestProperties properties);
new Microsoft.Azure.Management.BackupServices.Models.CSMUpdateProtectionRequest : Microsoft.Azure.Management.BackupServices.Models.CSMUpdateProtectionRequestProperties -> Microsoft.Azure.Management.BackupServices.Models.CSMUpdateProtectionRequest
Public Sub New (properties As CSMUpdateProtectionRequestProperties)
Parameters
- properties
- CSMUpdateProtectionRequestProperties
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET