ExtendedStatusInfo 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
ExtendedStatusInfo() |
Initializes a new instance of the ExtendedStatusInfo class. |
ExtendedStatusInfo(String, String) |
Initializes a new instance of the ExtendedStatusInfo class. |
ExtendedStatusInfo()
Initializes a new instance of the ExtendedStatusInfo class.
public ExtendedStatusInfo ();
Public Sub New ()
Applies to
ExtendedStatusInfo(String, String)
Initializes a new instance of the ExtendedStatusInfo class.
public ExtendedStatusInfo (string statusCode = default, string message = default);
new Microsoft.Azure.Management.Reservations.Models.ExtendedStatusInfo : string * string -> Microsoft.Azure.Management.Reservations.Models.ExtendedStatusInfo
Public Sub New (Optional statusCode As String = Nothing, Optional message As String = Nothing)
Parameters
- statusCode
- String
Possible values include: 'None', 'Pending', 'Active', 'PurchaseError', 'PaymentInstrumentError', 'Split', 'Merged', 'Expired', 'Succeeded'
- message
- String
The message giving detailed information about the status code.
Applies to
Azure SDK for .NET