DRVolume 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
DRVolume() |
Initializes a new instance of the DRVolume class. |
DRVolume(String, Int64, String) |
Initializes a new instance of the DRVolume class with required arguments. |
DRVolume()
Initializes a new instance of the DRVolume class.
public DRVolume();
Public Sub New ()
Applies to
DRVolume(String, Int64, String)
Initializes a new instance of the DRVolume class with required arguments.
public DRVolume(string displayName, long size, string snapshotId);
new Microsoft.WindowsAzure.Management.StorSimple.Models.DRVolume : string * int64 * string -> Microsoft.WindowsAzure.Management.StorSimple.Models.DRVolume
Public Sub New (displayName As String, size As Long, snapshotId As String)
Parameters
- displayName
- String
- size
- Int64
- snapshotId
- String
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