ITestConnectionResponse Interface
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.
[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 |
| 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) |