EncryptionUpdateProperties Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. EncryptionUpdateProperties
- com.
Implements
public final class EncryptionUpdateProperties
implements JsonSerializable<EncryptionUpdateProperties>
The EncryptionUpdateProperties model.
Constructor Summary
| Constructor | Description |
|---|---|
| EncryptionUpdateProperties() |
Creates an instance of Encryption |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Encryption |
fromJson(JsonReader jsonReader)
Reads an instance of Encryption |
|
Encryption |
keyVaultProperties()
Get the key |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Encryption |
withKeyVaultProperties(EncryptionKeyVaultUpdateProperties keyVaultProperties)
Set the key |
Methods inherited from java.lang.Object
Constructor Details
EncryptionUpdateProperties
public EncryptionUpdateProperties()
Creates an instance of EncryptionUpdateProperties class.
Method Details
fromJson
public static EncryptionUpdateProperties fromJson(JsonReader jsonReader)
Reads an instance of EncryptionUpdateProperties from the JsonReader.
Parameters:
Returns:
Throws:
keyVaultProperties
public EncryptionKeyVaultUpdateProperties keyVaultProperties()
Get the keyVaultProperties property: The keyVaultProperties property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withKeyVaultProperties
public EncryptionUpdateProperties withKeyVaultProperties(EncryptionKeyVaultUpdateProperties keyVaultProperties)
Set the keyVaultProperties property: The keyVaultProperties property.
Parameters:
Returns: