Class UnencryptedCredentialsInner

java.lang.Object
com.azure.resourcemanager.databox.fluent.models.UnencryptedCredentialsInner

public final class UnencryptedCredentialsInner extends Object
Unencrypted credentials for accessing device.
  • Constructor Details

    • UnencryptedCredentialsInner

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

    • jobName

      public String jobName()
      Get the jobName property: Name of the job.
      Returns:
      the jobName value.
    • jobSecrets

      public JobSecrets jobSecrets()
      Get the jobSecrets property: Secrets related to this job.
      Returns:
      the jobSecrets value.
    • validate

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