ExtendedStatusInfo Class
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ExtendedStatusInfoTypeConverter))]
public class ExtendedStatusInfo : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IExtendedStatusInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ExtendedStatusInfoTypeConverter))>]
type ExtendedStatusInfo = class
interface IExtendedStatusInfo
interface IJsonSerializable
Public Class ExtendedStatusInfo
Implements IExtendedStatusInfo
- Inheritance
-
ExtendedStatusInfo
- Attributes
- Implements
Constructors
ExtendedStatusInfo() |
Creates an new ExtendedStatusInfo instance. |
Properties
Message |
The message giving detailed information about the status code. |
StatusCode |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExtendedStatusInfo. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExtendedStatusInfo. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IExtendedStatusInfo. |
FromJsonString(String) |
Creates a new instance of ExtendedStatusInfo, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExtendedStatusInfo into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |