StorageConnectorTestConnectionResult 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.
Test connection response properties.
public class StorageConnectorTestConnectionResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.StorageConnectorTestConnectionResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.StorageConnectorTestConnectionResult>
type StorageConnectorTestConnectionResult = class
interface IJsonModel<StorageConnectorTestConnectionResult>
interface IPersistableModel<StorageConnectorTestConnectionResult>
Public Class StorageConnectorTestConnectionResult
Implements IJsonModel(Of StorageConnectorTestConnectionResult), IPersistableModel(Of StorageConnectorTestConnectionResult)
- Inheritance
-
StorageConnectorTestConnectionResult
- 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. |