你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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