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