59 строки
5.4 KiB
YAML
59 строки
5.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.sql.TransparentDataEncryptionActivity"
|
|
fullName: "com.microsoft.azure.management.sql.TransparentDataEncryptionActivity"
|
|
name: "TransparentDataEncryptionActivity"
|
|
nameWithType: "TransparentDataEncryptionActivity"
|
|
summary: "An immutable client-side representation of an Azure SQL database's Transparent<wbr>Data<wbr>Encryption<wbr>Activity."
|
|
syntax: "public interface **TransparentDataEncryptionActivity**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionActivityInner?alt=com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionActivityInner&text=TransparentDataEncryptionActivityInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.sql.TransparentDataEncryptionActivity.databaseName()"
|
|
fullName: "com.microsoft.azure.management.sql.TransparentDataEncryptionActivity.databaseName()"
|
|
name: "databaseName()"
|
|
nameWithType: "TransparentDataEncryptionActivity.databaseName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String databaseName()"
|
|
returns:
|
|
description: "name of the SQL Database to which this replication belongs"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.TransparentDataEncryptionActivity.percentComplete()"
|
|
fullName: "com.microsoft.azure.management.sql.TransparentDataEncryptionActivity.percentComplete()"
|
|
name: "percentComplete()"
|
|
nameWithType: "TransparentDataEncryptionActivity.percentComplete()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract double percentComplete()"
|
|
returns:
|
|
description: "the percent complete of the transparent data encryption scan for a\n Azure SQL Database."
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.TransparentDataEncryptionActivity.sqlServerName()"
|
|
fullName: "com.microsoft.azure.management.sql.TransparentDataEncryptionActivity.sqlServerName()"
|
|
name: "sqlServerName()"
|
|
nameWithType: "TransparentDataEncryptionActivity.sqlServerName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String sqlServerName()"
|
|
returns:
|
|
description: "name of the SQL Server to which this replication belongs"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.TransparentDataEncryptionActivity.status()"
|
|
fullName: "com.microsoft.azure.management.sql.TransparentDataEncryptionActivity.status()"
|
|
name: "status()"
|
|
nameWithType: "TransparentDataEncryptionActivity.status()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract TransparentDataEncryptionActivityStatus status()"
|
|
returns:
|
|
description: "the status transparent data encryption of the Azure SQL Database"
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.TransparentDataEncryptionActivityStatus?alt=com.microsoft.azure.management.sql.TransparentDataEncryptionActivityStatus&text=TransparentDataEncryptionActivityStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure SQL database's TransparentDataEncryptionActivity."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup&text=HasResourceGroup\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionActivityInner?alt=com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionActivityInner&text=TransparentDataEncryptionActivityInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.sql"
|
|
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4
|