GetSqlPoolTransparentDataEncryptionResult

data class GetSqlPoolTransparentDataEncryptionResult(val id: String, val location: String, val name: String, val status: String? = null, val type: String)

Represents a Sql pool transparent data encryption configuration.

Constructors

constructor(id: String, location: String, name: String, status: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Resource location.

Link copied to clipboard

The name of the resource

Link copied to clipboard
val status: String? = null

The status of the database transparent data encryption.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"