1. Packages
  2. Azure Native
  3. API Docs
  4. synapse
  5. getSqlPoolTransparentDataEncryption
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.20.1 published on Friday, Dec 1, 2023 by Pulumi

azure-native.synapse.getSqlPoolTransparentDataEncryption

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.20.1 published on Friday, Dec 1, 2023 by Pulumi

    Get a SQL pool’s transparent data encryption configuration. Azure REST API version: 2021-06-01.

    Other available API versions: 2021-06-01-preview.

    Using getSqlPoolTransparentDataEncryption

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getSqlPoolTransparentDataEncryption(args: GetSqlPoolTransparentDataEncryptionArgs, opts?: InvokeOptions): Promise<GetSqlPoolTransparentDataEncryptionResult>
    function getSqlPoolTransparentDataEncryptionOutput(args: GetSqlPoolTransparentDataEncryptionOutputArgs, opts?: InvokeOptions): Output<GetSqlPoolTransparentDataEncryptionResult>
    def get_sql_pool_transparent_data_encryption(resource_group_name: Optional[str] = None,
                                                 sql_pool_name: Optional[str] = None,
                                                 transparent_data_encryption_name: Optional[str] = None,
                                                 workspace_name: Optional[str] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetSqlPoolTransparentDataEncryptionResult
    def get_sql_pool_transparent_data_encryption_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                                 sql_pool_name: Optional[pulumi.Input[str]] = None,
                                                 transparent_data_encryption_name: Optional[pulumi.Input[str]] = None,
                                                 workspace_name: Optional[pulumi.Input[str]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetSqlPoolTransparentDataEncryptionResult]
    func LookupSqlPoolTransparentDataEncryption(ctx *Context, args *LookupSqlPoolTransparentDataEncryptionArgs, opts ...InvokeOption) (*LookupSqlPoolTransparentDataEncryptionResult, error)
    func LookupSqlPoolTransparentDataEncryptionOutput(ctx *Context, args *LookupSqlPoolTransparentDataEncryptionOutputArgs, opts ...InvokeOption) LookupSqlPoolTransparentDataEncryptionResultOutput

    > Note: This function is named LookupSqlPoolTransparentDataEncryption in the Go SDK.

    public static class GetSqlPoolTransparentDataEncryption 
    {
        public static Task<GetSqlPoolTransparentDataEncryptionResult> InvokeAsync(GetSqlPoolTransparentDataEncryptionArgs args, InvokeOptions? opts = null)
        public static Output<GetSqlPoolTransparentDataEncryptionResult> Invoke(GetSqlPoolTransparentDataEncryptionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSqlPoolTransparentDataEncryptionResult> getSqlPoolTransparentDataEncryption(GetSqlPoolTransparentDataEncryptionArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:synapse:getSqlPoolTransparentDataEncryption
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string

    The name of the resource group. The name is case insensitive.

    SqlPoolName string

    SQL pool name

    TransparentDataEncryptionName string

    The name of the transparent data encryption configuration.

    WorkspaceName string

    The name of the workspace.

    ResourceGroupName string

    The name of the resource group. The name is case insensitive.

    SqlPoolName string

    SQL pool name

    TransparentDataEncryptionName string

    The name of the transparent data encryption configuration.

    WorkspaceName string

    The name of the workspace.

    resourceGroupName String

    The name of the resource group. The name is case insensitive.

    sqlPoolName String

    SQL pool name

    transparentDataEncryptionName String

    The name of the transparent data encryption configuration.

    workspaceName String

    The name of the workspace.

    resourceGroupName string

    The name of the resource group. The name is case insensitive.

    sqlPoolName string

    SQL pool name

    transparentDataEncryptionName string

    The name of the transparent data encryption configuration.

    workspaceName string

    The name of the workspace.

    resource_group_name str

    The name of the resource group. The name is case insensitive.

    sql_pool_name str

    SQL pool name

    transparent_data_encryption_name str

    The name of the transparent data encryption configuration.

    workspace_name str

    The name of the workspace.

    resourceGroupName String

    The name of the resource group. The name is case insensitive.

    sqlPoolName String

    SQL pool name

    transparentDataEncryptionName String

    The name of the transparent data encryption configuration.

    workspaceName String

    The name of the workspace.

    getSqlPoolTransparentDataEncryption Result

    The following output properties are available:

    Id string

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

    Location string

    Resource location.

    Name string

    The name of the resource

    Type string

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

    Status string

    The status of the database transparent data encryption.

    Id string

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

    Location string

    Resource location.

    Name string

    The name of the resource

    Type string

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

    Status string

    The status of the database transparent data encryption.

    id String

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

    location String

    Resource location.

    name String

    The name of the resource

    type String

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

    status String

    The status of the database transparent data encryption.

    id string

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

    location string

    Resource location.

    name string

    The name of the resource

    type string

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

    status string

    The status of the database transparent data encryption.

    id str

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

    location str

    Resource location.

    name str

    The name of the resource

    type str

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

    status str

    The status of the database transparent data encryption.

    id String

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

    location String

    Resource location.

    name String

    The name of the resource

    type String

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

    status String

    The status of the database transparent data encryption.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.20.1 published on Friday, Dec 1, 2023 by Pulumi