UnencryptedCredentials Interface
public interface UnencryptedCredentials
An immutable client-side representation of UnencryptedCredentials.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Unencrypted |
innerModel()
Gets the inner com. |
| abstract String |
jobName()
Gets the job |
|
abstract
Job |
jobSecrets()
Gets the job |
Method Details
innerModel
public abstract UnencryptedCredentialsInner innerModel()
Gets the inner com.azure.resourcemanager.databox.fluent.models.UnencryptedCredentialsInner object.
Returns:
jobName
public abstract String jobName()
Gets the jobName property: Name of the job.
Returns:
jobSecrets
public abstract JobSecrets jobSecrets()
Gets the jobSecrets property: Secrets related to this job.
Returns: