Uses of Enum
com.azure.resourcemanager.sql.models.TransparentDataEncryptionState
Packages that use TransparentDataEncryptionState
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of TransparentDataEncryptionState in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return TransparentDataEncryptionStateModifier and TypeMethodDescriptionLogicalDatabaseTransparentDataEncryptionInner.state()Get the state property: Specifies the state of the transparent data encryption.ManagedTransparentDataEncryptionInner.state()Get the state property: Specifies the state of the transparent data encryption.ManagedTransparentDataEncryptionProperties.state()Get the state property: Specifies the state of the transparent data encryption.TransparentDataEncryptionProperties.state()Get the state property: Specifies the state of the transparent data encryption.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type TransparentDataEncryptionStateModifier and TypeMethodDescriptionLogicalDatabaseTransparentDataEncryptionInner.withState(TransparentDataEncryptionState state) Set the state property: Specifies the state of the transparent data encryption.ManagedTransparentDataEncryptionInner.withState(TransparentDataEncryptionState state) Set the state property: Specifies the state of the transparent data encryption.ManagedTransparentDataEncryptionProperties.withState(TransparentDataEncryptionState state) Set the state property: Specifies the state of the transparent data encryption.TransparentDataEncryptionProperties.withState(TransparentDataEncryptionState state) Set the state property: Specifies the state of the transparent data encryption. -
Uses of TransparentDataEncryptionState in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type TransparentDataEncryptionState in com.azure.resourcemanager.sql.modelsModifier and TypeClassDescriptionenumSpecifies the state of the transparent data encryption.Methods in com.azure.resourcemanager.sql.models that return TransparentDataEncryptionStateModifier and TypeMethodDescriptionTransparentDataEncryptionState.fromString(String value) Parses a serialized value to a TransparentDataEncryptionState instance.TransparentDataEncryption.status()Gets the status of the Azure SQL Database Transparent Data Encryption.Returns the enum constant of this type with the specified name.static TransparentDataEncryptionState[]TransparentDataEncryptionState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.sql.models with parameters of type TransparentDataEncryptionStateModifier and TypeMethodDescriptionTransparentDataEncryption.updateStatus(TransparentDataEncryptionState transparentDataEncryptionState) Updates the state of the transparent data encryption status.TransparentDataEncryption.updateStatusAsync(TransparentDataEncryptionState transparentDataEncryptionState) Updates the state of the transparent data encryption status.