DiskRestorePointAttributes 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
DiskRestorePointAttributes() |
Initializes a new instance of the DiskRestorePointAttributes class. |
DiskRestorePointAttributes(String, RestorePointEncryption, ApiEntityReference) |
Initializes a new instance of the DiskRestorePointAttributes class. |
DiskRestorePointAttributes()
Initializes a new instance of the DiskRestorePointAttributes class.
public DiskRestorePointAttributes ();
Public Sub New ()
Applies to
DiskRestorePointAttributes(String, RestorePointEncryption, ApiEntityReference)
Initializes a new instance of the DiskRestorePointAttributes class.
public DiskRestorePointAttributes (string id = default, Microsoft.Azure.Management.Compute.Models.RestorePointEncryption encryption = default, Microsoft.Azure.Management.Compute.Models.ApiEntityReference sourceDiskRestorePoint = default);
new Microsoft.Azure.Management.Compute.Models.DiskRestorePointAttributes : string * Microsoft.Azure.Management.Compute.Models.RestorePointEncryption * Microsoft.Azure.Management.Compute.Models.ApiEntityReference -> Microsoft.Azure.Management.Compute.Models.DiskRestorePointAttributes
Public Sub New (Optional id As String = Nothing, Optional encryption As RestorePointEncryption = Nothing, Optional sourceDiskRestorePoint As ApiEntityReference = Nothing)
Parameters
- id
- String
Resource Id
- encryption
- RestorePointEncryption
- sourceDiskRestorePoint
- ApiEntityReference
Resource Id of the source disk restore point.
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