Interface TransparentDataEncryption

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.HasId, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<LogicalDatabaseTransparentDataEncryptionInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup, com.azure.resourcemanager.resources.fluentcore.model.Refreshable<TransparentDataEncryption>

public interface TransparentDataEncryption extends com.azure.resourcemanager.resources.fluentcore.model.Refreshable<TransparentDataEncryption>, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<LogicalDatabaseTransparentDataEncryptionInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.arm.models.HasId
An immutable client-side representation of an Azure SQL database's TransparentDataEncryption.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the name of the SQL Database to which this replication belongs.
    Gets the name of the SQL Server to which this replication belongs.
    Gets the status of the Azure SQL Database Transparent Data Encryption.
    updateStatus(TransparentDataEncryptionState transparentDataEncryptionState)
    Updates the state of the transparent data encryption status.
    updateStatusAsync(TransparentDataEncryptionState transparentDataEncryptionState)
    Updates the state of the transparent data encryption status.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasId

    id

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName

    name

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup

    resourceGroupName

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable

    refresh, refreshAsync
  • Method Details

    • sqlServerName

      String sqlServerName()
      Gets the name of the SQL Server to which this replication belongs.
      Returns:
      name of the SQL Server to which this replication belongs
    • databaseName

      String databaseName()
      Gets the name of the SQL Database to which this replication belongs.
      Returns:
      name of the SQL Database to which this replication belongs
    • status

      Gets the status of the Azure SQL Database Transparent Data Encryption.
      Returns:
      the status of the Azure SQL Database Transparent Data Encryption
    • updateStatus

      TransparentDataEncryption updateStatus(TransparentDataEncryptionState transparentDataEncryptionState)
      Updates the state of the transparent data encryption status.
      Parameters:
      transparentDataEncryptionState - state of the data encryption to set
      Returns:
      the new encryption settings after the update operation
    • updateStatusAsync

      Mono<TransparentDataEncryption> updateStatusAsync(TransparentDataEncryptionState transparentDataEncryptionState)
      Updates the state of the transparent data encryption status.
      Parameters:
      transparentDataEncryptionState - state of the data encryption to set
      Returns:
      a representation of the deferred computation of the new encryption settings after the update operation