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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET