Interface UnencryptedCredentials


public interface UnencryptedCredentials
An immutable client-side representation of UnencryptedCredentials.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.databox.fluent.models.UnencryptedCredentialsInner object.
    Gets the jobName property: Name of the job.
    Gets the jobSecrets property: Secrets related to this job.
  • Method Details

    • jobName

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

      JobSecrets jobSecrets()
      Gets the jobSecrets property: Secrets related to this job.
      Returns:
      the jobSecrets value.
    • innerModel

      Gets the inner com.azure.resourcemanager.databox.fluent.models.UnencryptedCredentialsInner object.
      Returns:
      the inner object.