azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

82 строки
8.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.models.TransparentDataEncryption"
fullName: "com.azure.resourcemanager.sql.models.TransparentDataEncryption"
name: "TransparentDataEncryption"
nameWithType: "TransparentDataEncryption"
summary: "An immutable client-side representation of an Azure SQL database's Transparent<wbr>Data<wbr>Encryption."
syntax: "public interface **TransparentDataEncryption**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.model.Refreshable?alt=com.azure.resourcemanager.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.models.TransparentDataEncryption?alt=com.azure.resourcemanager.sql.models.TransparentDataEncryption&text=TransparentDataEncryption\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel?alt=com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel&text=HasInnerModel\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.LogicalDatabaseTransparentDataEncryptionInner?alt=com.azure.resourcemanager.sql.fluent.models.LogicalDatabaseTransparentDataEncryptionInner&text=LogicalDatabaseTransparentDataEncryptionInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasName?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasId?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.azure.resourcemanager.sql.models.TransparentDataEncryption.databaseName()"
fullName: "com.azure.resourcemanager.sql.models.TransparentDataEncryption.databaseName()"
name: "databaseName()"
nameWithType: "TransparentDataEncryption.databaseName()"
modifiers:
- "abstract"
syntax: "public abstract String databaseName()"
returns:
description: "name of the SQL Database to which this replication belongs"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.TransparentDataEncryption.sqlServerName()"
fullName: "com.azure.resourcemanager.sql.models.TransparentDataEncryption.sqlServerName()"
name: "sqlServerName()"
nameWithType: "TransparentDataEncryption.sqlServerName()"
modifiers:
- "abstract"
syntax: "public abstract String sqlServerName()"
returns:
description: "name of the SQL Server to which this replication belongs"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.TransparentDataEncryption.status()"
fullName: "com.azure.resourcemanager.sql.models.TransparentDataEncryption.status()"
name: "status()"
nameWithType: "TransparentDataEncryption.status()"
modifiers:
- "abstract"
syntax: "public abstract TransparentDataEncryptionState status()"
returns:
description: "the status of the Azure SQL Database Transparent Data Encryption"
type: "<xref href=\"com.azure.resourcemanager.sql.models.TransparentDataEncryptionState?alt=com.azure.resourcemanager.sql.models.TransparentDataEncryptionState&text=TransparentDataEncryptionState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.TransparentDataEncryption.updateStatus(com.azure.resourcemanager.sql.models.TransparentDataEncryptionState)"
fullName: "com.azure.resourcemanager.sql.models.TransparentDataEncryption.updateStatus(TransparentDataEncryptionState transparentDataEncryptionState)"
name: "updateStatus(TransparentDataEncryptionState transparentDataEncryptionState)"
nameWithType: "TransparentDataEncryption.updateStatus(TransparentDataEncryptionState transparentDataEncryptionState)"
summary: "Updates the state of the transparent data encryption status."
modifiers:
- "abstract"
parameters:
- description: "state of the data encryption to set"
name: "transparentDataEncryptionState"
type: "<xref href=\"com.azure.resourcemanager.sql.models.TransparentDataEncryptionState?alt=com.azure.resourcemanager.sql.models.TransparentDataEncryptionState&text=TransparentDataEncryptionState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract TransparentDataEncryption updateStatus(TransparentDataEncryptionState transparentDataEncryptionState)"
desc: "Updates the state of the transparent data encryption status."
returns:
description: "the new encryption settings after the update operation"
type: "<xref href=\"com.azure.resourcemanager.sql.models.TransparentDataEncryption?alt=com.azure.resourcemanager.sql.models.TransparentDataEncryption&text=TransparentDataEncryption\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.TransparentDataEncryption.updateStatusAsync(com.azure.resourcemanager.sql.models.TransparentDataEncryptionState)"
fullName: "com.azure.resourcemanager.sql.models.TransparentDataEncryption.updateStatusAsync(TransparentDataEncryptionState transparentDataEncryptionState)"
name: "updateStatusAsync(TransparentDataEncryptionState transparentDataEncryptionState)"
nameWithType: "TransparentDataEncryption.updateStatusAsync(TransparentDataEncryptionState transparentDataEncryptionState)"
summary: "Updates the state of the transparent data encryption status."
modifiers:
- "abstract"
parameters:
- description: "state of the data encryption to set"
name: "transparentDataEncryptionState"
type: "<xref href=\"com.azure.resourcemanager.sql.models.TransparentDataEncryptionState?alt=com.azure.resourcemanager.sql.models.TransparentDataEncryptionState&text=TransparentDataEncryptionState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<TransparentDataEncryption> updateStatusAsync(TransparentDataEncryptionState transparentDataEncryptionState)"
desc: "Updates the state of the transparent data encryption status."
returns:
description: "a representation of the deferred computation of the new encryption settings after the update operation"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.sql.models.TransparentDataEncryption?alt=com.azure.resourcemanager.sql.models.TransparentDataEncryption&text=TransparentDataEncryption\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An immutable client-side representation of an Azure SQL database's TransparentDataEncryption."
implements:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasId?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasName?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel?alt=com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel&text=HasInnerModel\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.LogicalDatabaseTransparentDataEncryptionInner?alt=com.azure.resourcemanager.sql.fluent.models.LogicalDatabaseTransparentDataEncryptionInner&text=LogicalDatabaseTransparentDataEncryptionInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.Refreshable?alt=com.azure.resourcemanager.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.models.TransparentDataEncryption?alt=com.azure.resourcemanager.sql.models.TransparentDataEncryption&text=TransparentDataEncryption\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.sql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.42.0