UnencryptedCredentialsInner Class
- java.
lang. Object - com.
azure. resourcemanager. databox. fluent. models. UnencryptedCredentialsInner
- com.
Implements
public final class UnencryptedCredentialsInner
implements JsonSerializable<UnencryptedCredentialsInner>
Unencrypted credentials for accessing device.
Constructor Summary
| Constructor | Description |
|---|---|
| UnencryptedCredentialsInner() |
Creates an instance of Unencrypted |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Unencrypted |
fromJson(JsonReader jsonReader)
Reads an instance of Unencrypted |
| String |
jobName()
Get the job |
|
Job |
jobSecrets()
Get the job |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
UnencryptedCredentialsInner
public UnencryptedCredentialsInner()
Creates an instance of UnencryptedCredentialsInner class.
Method Details
fromJson
public static UnencryptedCredentialsInner fromJson(JsonReader jsonReader)
Reads an instance of UnencryptedCredentialsInner from the JsonReader.
Parameters:
Returns:
Throws:
jobName
public String jobName()
Get the jobName property: Name of the job.
Returns:
jobSecrets
public JobSecrets jobSecrets()
Get the jobSecrets property: Secrets related to this job.
Returns:
toJson
validate
public void validate()
Validates the instance.