AgentDiskDetails 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
AgentDiskDetails() |
Initializes a new instance of the AgentDiskDetails class. |
AgentDiskDetails(String, String, String, Nullable<Int64>, Nullable<Int32>) |
Initializes a new instance of the AgentDiskDetails class. |
AgentDiskDetails()
Initializes a new instance of the AgentDiskDetails class.
public AgentDiskDetails ();
Public Sub New ()
Applies to
AgentDiskDetails(String, String, String, Nullable<Int64>, Nullable<Int32>)
Initializes a new instance of the AgentDiskDetails class.
public AgentDiskDetails (string diskId = default, string diskName = default, string isOSDisk = default, long? capacityInBytes = default, int? lunId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AgentDiskDetails : string * string * string * Nullable<int64> * Nullable<int> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AgentDiskDetails
Public Sub New (Optional diskId As String = Nothing, Optional diskName As String = Nothing, Optional isOSDisk As String = Nothing, Optional capacityInBytes As Nullable(Of Long) = Nothing, Optional lunId As Nullable(Of Integer) = Nothing)
Parameters
- diskId
- String
The disk Id.
- diskName
- String
The disk name.
- isOSDisk
- String
A value indicating whether the disk is the OS disk.