TransparentDataEncryptionInner Class

public final class TransparentDataEncryptionInner
extends ProxyResource

Represents a Sql pool transparent data encryption configuration.

Constructor Summary

Constructor Description
TransparentDataEncryptionInner()

Creates an instance of TransparentDataEncryptionInner class.

Method Summary

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

Reads an instance of TransparentDataEncryptionInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String location()

Get the location property: Resource location.

String name()

Get the name property: The name of the resource.

TransparentDataEncryptionStatus status()

Get the status property: The status of the database transparent data encryption.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

TransparentDataEncryptionInner withStatus(TransparentDataEncryptionStatus status)

Set the status property: The status of the database transparent data encryption.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

TransparentDataEncryptionInner

public TransparentDataEncryptionInner()

Creates an instance of TransparentDataEncryptionInner class.

Method Details

fromJson

public static TransparentDataEncryptionInner fromJson(JsonReader jsonReader)

Reads an instance of TransparentDataEncryptionInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of TransparentDataEncryptionInner 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.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

TransparentDataEncryptionInner.id()

Returns:

the id value.

location

public String location()

Get the location property: Resource location.

Returns:

the location value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

TransparentDataEncryptionInner.name()

Returns:

the name value.

status

public TransparentDataEncryptionStatus status()

Get the status property: The status of the database transparent data encryption.

Returns:

the status value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

TransparentDataEncryptionInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

TransparentDataEncryptionInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withStatus

public TransparentDataEncryptionInner withStatus(TransparentDataEncryptionStatus status)

Set the status property: The status of the database transparent data encryption.

Parameters:

status - the status value to set.

Returns:

the TransparentDataEncryptionInner object itself.

Applies to