LogicalDatabaseTransparentDataEncryptionCollection Class

Definition

A class representing a collection of LogicalDatabaseTransparentDataEncryptionResource and their operations. Each LogicalDatabaseTransparentDataEncryptionResource in the collection will belong to the same instance of SqlDatabaseResource. To get a LogicalDatabaseTransparentDataEncryptionCollection instance call the GetLogicalDatabaseTransparentDataEncryptions method from an instance of SqlDatabaseResource.

public class LogicalDatabaseTransparentDataEncryptionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Sql.LogicalDatabaseTransparentDataEncryptionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.LogicalDatabaseTransparentDataEncryptionResource>
type LogicalDatabaseTransparentDataEncryptionCollection = class
    inherit ArmCollection
    interface seq<LogicalDatabaseTransparentDataEncryptionResource>
    interface IEnumerable
    interface IAsyncEnumerable<LogicalDatabaseTransparentDataEncryptionResource>
Public Class LogicalDatabaseTransparentDataEncryptionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of LogicalDatabaseTransparentDataEncryptionResource), IEnumerable(Of LogicalDatabaseTransparentDataEncryptionResource)
Inheritance
LogicalDatabaseTransparentDataEncryptionCollection
Implements

Constructors

LogicalDatabaseTransparentDataEncryptionCollection()

Initializes a new instance of the LogicalDatabaseTransparentDataEncryptionCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, TransparentDataEncryptionName, LogicalDatabaseTransparentDataEncryptionData, CancellationToken)

Updates a logical database's transparent data encryption configuration.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/transparentDataEncryption/{tdeName}
  • Operation Id: TransparentDataEncryptions_CreateOrUpdate
  • Default Api Version: 2022-08-01-preview
  • Resource: LogicalDatabaseTransparentDataEncryptionResource
CreateOrUpdateAsync(WaitUntil, TransparentDataEncryptionName, LogicalDatabaseTransparentDataEncryptionData, CancellationToken)

Updates a logical database's transparent data encryption configuration.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/transparentDataEncryption/{tdeName}
  • Operation Id: TransparentDataEncryptions_CreateOrUpdate
  • Default Api Version: 2022-08-01-preview
  • Resource: LogicalDatabaseTransparentDataEncryptionResource
Exists(TransparentDataEncryptionName, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/transparentDataEncryption/{tdeName}
  • Operation Id: TransparentDataEncryptions_Get
  • Default Api Version: 2022-08-01-preview
  • Resource: LogicalDatabaseTransparentDataEncryptionResource
ExistsAsync(TransparentDataEncryptionName, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/transparentDataEncryption/{tdeName}
  • Operation Id: TransparentDataEncryptions_Get
  • Default Api Version: 2022-08-01-preview
  • Resource: LogicalDatabaseTransparentDataEncryptionResource
Get(TransparentDataEncryptionName, CancellationToken)

Gets a logical database's transparent data encryption.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/transparentDataEncryption/{tdeName}
  • Operation Id: TransparentDataEncryptions_Get
  • Default Api Version: 2022-08-01-preview
  • Resource: LogicalDatabaseTransparentDataEncryptionResource
GetAll(CancellationToken)

Gets a list of the logical database's transparent data encryption.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/transparentDataEncryption
  • Operation Id: TransparentDataEncryptions_ListByDatabase
  • Default Api Version: 2022-08-01-preview
  • Resource: LogicalDatabaseTransparentDataEncryptionResource
GetAllAsync(CancellationToken)

Gets a list of the logical database's transparent data encryption.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/transparentDataEncryption
  • Operation Id: TransparentDataEncryptions_ListByDatabase
  • Default Api Version: 2022-08-01-preview
  • Resource: LogicalDatabaseTransparentDataEncryptionResource
GetAsync(TransparentDataEncryptionName, CancellationToken)

Gets a logical database's transparent data encryption.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/transparentDataEncryption/{tdeName}
  • Operation Id: TransparentDataEncryptions_Get
  • Default Api Version: 2022-08-01-preview
  • Resource: LogicalDatabaseTransparentDataEncryptionResource
GetIfExists(TransparentDataEncryptionName, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/transparentDataEncryption/{tdeName}
  • Operation Id: TransparentDataEncryptions_Get
  • Default Api Version: 2022-08-01-preview
  • Resource: LogicalDatabaseTransparentDataEncryptionResource
GetIfExistsAsync(TransparentDataEncryptionName, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/transparentDataEncryption/{tdeName}
  • Operation Id: TransparentDataEncryptions_Get
  • Default Api Version: 2022-08-01-preview
  • Resource: LogicalDatabaseTransparentDataEncryptionResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<LogicalDatabaseTransparentDataEncryptionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<LogicalDatabaseTransparentDataEncryptionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to