TestExistingConnectionRequest Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. TestExistingConnectionRequest
- com.
Implements
public final class TestExistingConnectionRequest
implements JsonSerializable<TestExistingConnectionRequest>
Test existing connection request properties.
Constructor Summary
| Constructor | Description |
|---|---|
| TestExistingConnectionRequest() |
Creates an instance of Test |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Test |
fromJson(JsonReader jsonReader)
Reads an instance of Test |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
uniqueId()
Get the unique |
| void |
validate()
Validates the instance. |
|
Test |
withUniqueId(String uniqueId)
Set the unique |
Methods inherited from java.lang.Object
Constructor Details
TestExistingConnectionRequest
public TestExistingConnectionRequest()
Creates an instance of TestExistingConnectionRequest class.
Method Details
fromJson
public static TestExistingConnectionRequest fromJson(JsonReader jsonReader)
Reads an instance of TestExistingConnectionRequest from the JsonReader.
Parameters:
Returns:
Throws:
toJson
uniqueId
public String uniqueId()
Get the uniqueId property: The uniqueId of the storage connector as returned by the server.
Returns:
validate
public void validate()
Validates the instance.
withUniqueId
public TestExistingConnectionRequest withUniqueId(String uniqueId)
Set the uniqueId property: The uniqueId of the storage connector as returned by the server.
Parameters:
Returns: