TransparentDataEncryptionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. synapse. fluent. models. TransparentDataEncryptionInner
- com.
- com.
public final class TransparentDataEncryptionInner
extends ProxyResource
Represents a Sql pool transparent data encryption configuration.
Constructor Summary
| Constructor | Description |
|---|---|
| TransparentDataEncryptionInner() |
Creates an instance of Transparent |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Transparent |
fromJson(JsonReader jsonReader)
Reads an instance of Transparent |
| 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. |
|
Transparent |
status()
Get the status property: The status of the database transparent data encryption. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Transparent |
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:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
TransparentDataEncryptionInner.id()Returns:
location
public String location()
Get the location property: Resource location.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
TransparentDataEncryptionInner.name()Returns:
status
public TransparentDataEncryptionStatus status()
Get the status property: The status of the database transparent data encryption.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
TransparentDataEncryptionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
TransparentDataEncryptionInner.type()Returns:
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:
Returns: