ComputeSizeErrorDetails 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
ComputeSizeErrorDetails() |
Initializes a new instance of the ComputeSizeErrorDetails class. |
ComputeSizeErrorDetails(String, String) |
Initializes a new instance of the ComputeSizeErrorDetails class. |
ComputeSizeErrorDetails()
Initializes a new instance of the ComputeSizeErrorDetails class.
public ComputeSizeErrorDetails ();
Public Sub New ()
Applies to
ComputeSizeErrorDetails(String, String)
Initializes a new instance of the ComputeSizeErrorDetails class.
public ComputeSizeErrorDetails (string message = default, string severity = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ComputeSizeErrorDetails : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ComputeSizeErrorDetails
Public Sub New (Optional message As String = Nothing, Optional severity As String = Nothing)
Parameters
- message
- String
The error message.
- severity
- String
The severity of the error.