Sdílet prostřednictvím


ErrorResponseLinkedStorageError Class

Definition

Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.ErrorResponseLinkedStorageErrorTypeConverter))]
public class ErrorResponseLinkedStorageError : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.IErrorResponseLinkedStorageError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.ErrorResponseLinkedStorageErrorTypeConverter))>]
type ErrorResponseLinkedStorageError = class
    interface IErrorResponseLinkedStorageError
    interface IJsonSerializable
Public Class ErrorResponseLinkedStorageError
Implements IErrorResponseLinkedStorageError
Inheritance
ErrorResponseLinkedStorageError
Attributes
Implements

Constructors

ErrorResponseLinkedStorageError()

Creates an new ErrorResponseLinkedStorageError instance.

Properties

Code

Error code.

Message

Error message indicating why the operation failed.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ErrorResponseLinkedStorageError.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ErrorResponseLinkedStorageError.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.IErrorResponseLinkedStorageError.

FromJsonString(String)

Creates a new instance of ErrorResponseLinkedStorageError, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ErrorResponseLinkedStorageError into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to