Class AccountCredentialDetails

java.lang.Object
com.azure.resourcemanager.databox.models.AccountCredentialDetails

public final class AccountCredentialDetails extends Object
Credential details of the account.
  • Constructor Details

    • AccountCredentialDetails

      public AccountCredentialDetails()
      Creates an instance of AccountCredentialDetails class.
  • Method Details

    • accountName

      public String accountName()
      Get the accountName property: Name of the account.
      Returns:
      the accountName value.
    • dataAccountType

      public DataAccountType dataAccountType()
      Get the dataAccountType property: Type of the account.
      Returns:
      the dataAccountType value.
    • 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:
      the accountConnectionString value.
    • shareCredentialDetails

      public List<ShareCredentialDetails> shareCredentialDetails()
      Get the shareCredentialDetails property: Per share level unencrypted access credentials.
      Returns:
      the shareCredentialDetails value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.