EncryptionUpdateProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearning.models.EncryptionUpdateProperties

Implements

public final class EncryptionUpdateProperties
implements JsonSerializable<EncryptionUpdateProperties>

The EncryptionUpdateProperties model.

Constructor Summary

Constructor Description
EncryptionUpdateProperties()

Creates an instance of EncryptionUpdateProperties class.

Method Summary

Modifier and Type Method and Description
static EncryptionUpdateProperties fromJson(JsonReader jsonReader)

Reads an instance of EncryptionUpdateProperties from the JsonReader.

EncryptionKeyVaultUpdateProperties keyVaultProperties()

Get the keyVaultProperties property: The keyVaultProperties property.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

EncryptionUpdateProperties withKeyVaultProperties(EncryptionKeyVaultUpdateProperties keyVaultProperties)

Set the keyVaultProperties property: The keyVaultProperties property.

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:

jsonReader - The JsonReader being read.

Returns:

An instance of EncryptionUpdateProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

keyVaultProperties

public EncryptionKeyVaultUpdateProperties keyVaultProperties()

Get the keyVaultProperties property: The keyVaultProperties property.

Returns:

the keyVaultProperties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withKeyVaultProperties

public EncryptionUpdateProperties withKeyVaultProperties(EncryptionKeyVaultUpdateProperties keyVaultProperties)

Set the keyVaultProperties property: The keyVaultProperties property.

Parameters:

keyVaultProperties - the keyVaultProperties value to set.

Returns:

the EncryptionUpdateProperties object itself.

Applies to