LogicalDatabaseTransparentDataEncryptionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. LogicalDatabaseTransparentDataEncryptionInner
- com.
- com.
public final class LogicalDatabaseTransparentDataEncryptionInner
extends ProxyResource
A logical database transparent data encryption state.
Constructor Summary
Constructor | Description |
---|---|
LogicalDatabaseTransparentDataEncryptionInner() |
Creates an instance of Logical |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Logical |
fromJson(JsonReader jsonReader)
Reads an instance of Logical |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Transparent |
state()
Get the state property: Specifies the state of the transparent data encryption. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Logical |
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:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
LogicalDatabaseTransparentDataEncryptionInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
LogicalDatabaseTransparentDataEncryptionInner.name()Returns:
state
public TransparentDataEncryptionState state()
Get the state property: Specifies the state of the transparent data encryption.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
LogicalDatabaseTransparentDataEncryptionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
LogicalDatabaseTransparentDataEncryptionInner.type()Returns:
validate
public void validate()
Validates the instance.
withState
public LogicalDatabaseTransparentDataEncryptionInner withState(TransparentDataEncryptionState state)
Set the state property: Specifies the state of the transparent data encryption.
Parameters:
Returns:
Applies to
Azure SDK for Java