JobSecrets Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. JobSecrets
- com.
Implements
public class JobSecrets
implements JsonSerializable<JobSecrets>
The base class for the secrets.
Constructor Summary
| Constructor | Description |
|---|---|
| JobSecrets() |
Creates an instance of Job |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Dc |
dcAccessSecurityCode()
Get the dc |
|
Cloud |
error()
Get the error property: Error while fetching the secrets. |
|
static
Job |
fromJson(JsonReader jsonReader)
Reads an instance of Job |
|
Class |
jobSecretsType()
Get the job |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
JobSecrets
public JobSecrets()
Creates an instance of JobSecrets class.
Method Details
dcAccessSecurityCode
public DcAccessSecurityCode dcAccessSecurityCode()
Get the dcAccessSecurityCode property: Dc Access Security Code for Customer Managed Shipping.
Returns:
error
public CloudError error()
Get the error property: Error while fetching the secrets.
Returns:
fromJson
public static JobSecrets fromJson(JsonReader jsonReader)
Reads an instance of JobSecrets from the JsonReader.
Parameters:
Returns:
Throws:
jobSecretsType
public ClassDiscriminator jobSecretsType()
Get the jobSecretsType property: Used to indicate what type of job secrets object.
Returns:
toJson
validate
public void validate()
Validates the instance.