ITestConnectionResponse Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.TestConnectionResponseTypeConverter))]
public interface ITestConnectionResponse : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.TestConnectionResponseTypeConverter))>]
type ITestConnectionResponse = interface
    interface IJsonSerializable
Public Interface ITestConnectionResponse
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
StorageConnectorErrorMessage

A string representing the error received from the backing data store. Format will vary depending on the data store type and will be capped at 1 MB in size. The error message will be empty if the connection was successful.

StorageConnectorMethodName

Indicates the method used to validate the connection to the backing data store. Valid values are GetBlob and ListBlobs for failure, and TestExistingConnection for success.

StorageConnectorRequestId

The request Id associated with the request sent to the backing data store for validation.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to