EncryptionProtectorListResponse 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 an Azure Sql Database Transparent Data Encryption Encryption Protector List request.
public class EncryptionProtectorListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtector>
type EncryptionProtectorListResponse = class
inherit AzureOperationResponse
interface seq<EncryptionProtector>
interface IEnumerable
Public Class EncryptionProtectorListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of EncryptionProtector)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseEncryptionProtectorListResponse
- Implements
Constructors
| Name | Description |
|---|---|
| EncryptionProtectorListResponse() |
Initializes a new instance of the EncryptionProtectorListResponse class. |
Properties
| Name | Description |
|---|---|
| EncryptionProtector |
Optional. Gets or sets the list of Azure Sql Database Transparent Data Encryption Encryption Protectors. |
Methods
| Name | Description |
|---|---|
| GetEnumerator() |
Gets the sequence of EncryptionProtector. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IEnumerable.GetEnumerator() |
Gets the sequence of EncryptionProtector. |