TestConnectionResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. storage. fluent. models. TestConnectionResponseInner
- com.
Implements
public final class TestConnectionResponseInner
implements JsonSerializable<TestConnectionResponseInner>
Test connection response properties.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Test |
fromJson(JsonReader jsonReader)
Reads an instance of Test |
| String |
storageConnectorErrorMessage()
Get the storage |
| String |
storageConnectorMethodName()
Get the storage |
| String |
storageConnectorRequestId()
Get the storage |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static TestConnectionResponseInner fromJson(JsonReader jsonReader)
Reads an instance of TestConnectionResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
storageConnectorErrorMessage
public String storageConnectorErrorMessage()
Get the storageConnectorErrorMessage property: 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.
Returns:
storageConnectorMethodName
public String storageConnectorMethodName()
Get the storageConnectorMethodName property: 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.
Returns:
storageConnectorRequestId
public String storageConnectorRequestId()
Get the storageConnectorRequestId property: The request Id associated with the request sent to the backing data store for validation.
Returns:
toJson
validate
public void validate()
Validates the instance.