AccountCredentialDetails Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. AccountCredentialDetails
- com.
Implements
public final class AccountCredentialDetails
implements JsonSerializable<AccountCredentialDetails>
Credential details of the account.
Constructor Summary
| Constructor | Description |
|---|---|
| AccountCredentialDetails() |
Creates an instance of Account |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
accountConnectionString()
Get the account |
| String |
accountName()
Get the account |
|
Data |
dataAccountType()
Get the data |
|
static
Account |
fromJson(JsonReader jsonReader)
Reads an instance of Account |
|
List<Share |
shareCredentialDetails()
Get the share |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
AccountCredentialDetails
public AccountCredentialDetails()
Creates an instance of AccountCredentialDetails class.
Method Details
accountConnectionString
public String accountConnectionString()
Get the accountConnectionString property: Connection string of the account endpoint to use the account as a storage endpoint on the device.
Returns:
accountName
public String accountName()
Get the accountName property: Name of the account.
Returns:
dataAccountType
public DataAccountType dataAccountType()
Get the dataAccountType property: Type of the account.
Returns:
fromJson
public static AccountCredentialDetails fromJson(JsonReader jsonReader)
Reads an instance of AccountCredentialDetails from the JsonReader.
Parameters:
Returns:
Throws:
shareCredentialDetails
public List<ShareCredentialDetails> shareCredentialDetails()
Get the shareCredentialDetails property: Per share level unencrypted access credentials.
Returns:
toJson
validate
public void validate()
Validates the instance.