Encryption Class
- java.
lang. Object - com.
azure. resourcemanager. devcenter. models. Encryption
- com.
Implements
public final class Encryption
implements JsonSerializable<Encryption>
The Encryption model.
Constructor Summary
| Constructor | Description |
|---|---|
| Encryption() |
Creates an instance of Encryption class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Customer |
customerManagedKeyEncryption()
Get the customer |
| static Encryption |
fromJson(JsonReader jsonReader)
Reads an instance of Encryption from the Json |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| Encryption |
withCustomerManagedKeyEncryption(CustomerManagedKeyEncryption customerManagedKeyEncryption)
Set the customer |
Methods inherited from java.lang.Object
Constructor Details
Encryption
public Encryption()
Creates an instance of Encryption class.
Method Details
customerManagedKeyEncryption
public CustomerManagedKeyEncryption customerManagedKeyEncryption()
Get the customerManagedKeyEncryption property: All Customer-managed key encryption properties for the resource.
Returns:
fromJson
public static Encryption fromJson(JsonReader jsonReader)
Reads an instance of Encryption from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withCustomerManagedKeyEncryption
public Encryption withCustomerManagedKeyEncryption(CustomerManagedKeyEncryption customerManagedKeyEncryption)
Set the customerManagedKeyEncryption property: All Customer-managed key encryption properties for the resource.
Parameters:
Returns: