LogicalDatabaseTransparentDataEncryptionInner Class

public final class LogicalDatabaseTransparentDataEncryptionInner
extends ProxyResource

A logical database transparent data encryption scan state.

Constructor Summary

Constructor Description
LogicalDatabaseTransparentDataEncryptionInner()

Creates an instance of LogicalDatabaseTransparentDataEncryptionInner class.

Method Summary

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

Reads an instance of LogicalDatabaseTransparentDataEncryptionInner from the JsonReader.

String id()

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

String name()

Get the name property: The name of the resource.

TransparentDataEncryptionScanState scanState()

Get the scanState property: Specifies the encryption scan state of the transparent data encryption.

TransparentDataEncryptionState state()

Get the state property: Specifies the state of the transparent data encryption.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

LogicalDatabaseTransparentDataEncryptionInner withScanState(TransparentDataEncryptionScanState scanState)

Set the scanState property: Specifies the encryption scan state of the transparent data encryption.

LogicalDatabaseTransparentDataEncryptionInner withState(TransparentDataEncryptionState state)

Set the state property: Specifies the state of the transparent data encryption.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

LogicalDatabaseTransparentDataEncryptionInner

public LogicalDatabaseTransparentDataEncryptionInner()

Creates an instance of LogicalDatabaseTransparentDataEncryptionInner class.

Method Details

fromJson

public static LogicalDatabaseTransparentDataEncryptionInner fromJson(JsonReader jsonReader)

Reads an instance of LogicalDatabaseTransparentDataEncryptionInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of LogicalDatabaseTransparentDataEncryptionInner 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:

LogicalDatabaseTransparentDataEncryptionInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

LogicalDatabaseTransparentDataEncryptionInner.name()

Returns:

the name value.

scanState

public TransparentDataEncryptionScanState scanState()

Get the scanState property: Specifies the encryption scan state of the transparent data encryption.

Returns:

the scanState value.

state

public TransparentDataEncryptionState state()

Get the state property: Specifies the state of the transparent data encryption.

Returns:

the state value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

LogicalDatabaseTransparentDataEncryptionInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

LogicalDatabaseTransparentDataEncryptionInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withScanState

public LogicalDatabaseTransparentDataEncryptionInner withScanState(TransparentDataEncryptionScanState scanState)

Set the scanState property: Specifies the encryption scan state of the transparent data encryption.

Parameters:

scanState - the scanState value to set.

Returns:

the LogicalDatabaseTransparentDataEncryptionInner object itself.

withState

public LogicalDatabaseTransparentDataEncryptionInner withState(TransparentDataEncryptionState state)

Set the state property: Specifies the state of the transparent data encryption.

Parameters:

state - the state value to set.

Returns:

the LogicalDatabaseTransparentDataEncryptionInner object itself.

Applies to