ITestConnectionResponse.StorageConnectorErrorMessage Property
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.
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.Runtime.Info(Create=true, Description="A string representing the error received from the backing data store.\r\n Format will vary depending on the data store type and will be capped at 1 MB in size.\r\n The error message will be empty if the connection was successful.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="storageConnectorErrorMessage", Update=true)]
public string StorageConnectorErrorMessage { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="A string representing the error received from the backing data store.\r\n Format will vary depending on the data store type and will be capped at 1 MB in size.\r\n The error message will be empty if the connection was successful.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="storageConnectorErrorMessage", Update=true)>]
member this.StorageConnectorErrorMessage : string with get, set
Public Property StorageConnectorErrorMessage As String
Property Value
- Attributes