TestConnectionResponse.StorageConnectorErrorMessage Property

Definition

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.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Origin(Microsoft.Azure.PowerShell.Cmdlets.Storage.PropertyOrigin.Owned)]
public string StorageConnectorErrorMessage { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Origin(Microsoft.Azure.PowerShell.Cmdlets.Storage.PropertyOrigin.Owned)>]
member this.StorageConnectorErrorMessage : string with get, set
Public Property StorageConnectorErrorMessage As String

Property Value

Implements

Attributes

Applies to