TargetComputeSizeProperties 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
TargetComputeSizeProperties() |
Initializes a new instance of the TargetComputeSizeProperties class. |
TargetComputeSizeProperties(String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, Nullable<Int32>, Nullable<Int32>, IList<ComputeSizeErrorDetails>, String, IList<String>) |
Initializes a new instance of the TargetComputeSizeProperties class. |
TargetComputeSizeProperties()
Initializes a new instance of the TargetComputeSizeProperties class.
public TargetComputeSizeProperties ();
Public Sub New ()
Applies to
TargetComputeSizeProperties(String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, Nullable<Int32>, Nullable<Int32>, IList<ComputeSizeErrorDetails>, String, IList<String>)
Initializes a new instance of the TargetComputeSizeProperties class.
public TargetComputeSizeProperties (string name = default, string friendlyName = default, int? cpuCoresCount = default, int? vCpUsAvailable = default, double? memoryInGb = default, int? maxDataDiskCount = default, int? maxNicsCount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ComputeSizeErrorDetails> errors = default, string highIopsSupported = default, System.Collections.Generic.IList<string> hyperVGenerations = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TargetComputeSizeProperties : string * string * Nullable<int> * Nullable<int> * Nullable<double> * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ComputeSizeErrorDetails> * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TargetComputeSizeProperties
Public Sub New (Optional name As String = Nothing, Optional friendlyName As String = Nothing, Optional cpuCoresCount As Nullable(Of Integer) = Nothing, Optional vCpUsAvailable As Nullable(Of Integer) = Nothing, Optional memoryInGb As Nullable(Of Double) = Nothing, Optional maxDataDiskCount As Nullable(Of Integer) = Nothing, Optional maxNicsCount As Nullable(Of Integer) = Nothing, Optional errors As IList(Of ComputeSizeErrorDetails) = Nothing, Optional highIopsSupported As String = Nothing, Optional hyperVGenerations As IList(Of String) = Nothing)
Parameters
- name
- String
Target compute size name.
- friendlyName
- String
Target compute size display name.
- errors
- IList<ComputeSizeErrorDetails>
The reasons why the target compute size is not applicable for the protected item.
- highIopsSupported
- String
The value indicating whether the target compute size supports high Iops.