SapVirtualInstanceError 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.
An error response from the Virtual Instance for SAP Workload service.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.SapVirtualInstanceErrorTypeConverter))]
public class SapVirtualInstanceError : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ISapVirtualInstanceError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.SapVirtualInstanceErrorTypeConverter))>]
type SapVirtualInstanceError = class
interface ISapVirtualInstanceError
interface IJsonSerializable
Public Class SapVirtualInstanceError
Implements ISapVirtualInstanceError
- Inheritance
-
SapVirtualInstanceError
- Attributes
- Implements
Constructors
SapVirtualInstanceError() |
Creates an new SapVirtualInstanceError instance. |
Properties
Code |
Service specific error code which serves as the substatus for the HTTP error code. |
Detail |
Internal error details. |
Message |
Description of the error. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SapVirtualInstanceError. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SapVirtualInstanceError. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.ISapVirtualInstanceError. |
FromJsonString(String) |
Creates a new instance of SapVirtualInstanceError, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SapVirtualInstanceError into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |