CloudErrorProperties 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.
Cloud error object properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.CloudErrorPropertiesTypeConverter))]
public class CloudErrorProperties : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.ICloudErrorProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.CloudErrorPropertiesTypeConverter))>]
type CloudErrorProperties = class
interface ICloudErrorProperties
interface IJsonSerializable
Public Class CloudErrorProperties
Implements ICloudErrorProperties
- Inheritance
-
CloudErrorProperties
- Attributes
- Implements
Constructors
CloudErrorProperties() |
Creates an new CloudErrorProperties instance. |
Properties
Code |
Error code |
Message |
Error message indicating why the operation failed. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CloudErrorProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CloudErrorProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.ICloudErrorProperties. |
FromJsonString(String) |
Creates a new instance of CloudErrorProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CloudErrorProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |