TransparentDataEncryptionActivityListResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the response to a List Azure Sql Database Transparent Data Encryption Activity request.
public class TransparentDataEncryptionActivityListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.LegacySdk.Models.TransparentDataEncryptionActivity>
type TransparentDataEncryptionActivityListResponse = class
inherit AzureOperationResponse
interface seq<TransparentDataEncryptionActivity>
interface IEnumerable
Public Class TransparentDataEncryptionActivityListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of TransparentDataEncryptionActivity)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseTransparentDataEncryptionActivityListResponse
- Implements
Constructors
| Name | Description |
|---|---|
| TransparentDataEncryptionActivityListResponse() |
Initializes a new instance of the TransparentDataEncryptionActivityListResponse class. |
Properties
| Name | Description |
|---|---|
| TransparentDataEncryptionActivities |
Optional. Gets or sets the list of Azure Sql Database Transparent Data Encryption Activities. |
Methods
| Name | Description |
|---|---|
| GetEnumerator() |
Gets the sequence of TransparentDataEncryptionActivities. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IEnumerable.GetEnumerator() |
Gets the sequence of TransparentDataEncryptionActivities. |