azure-native.synapse.getSqlPoolTransparentDataEncryption
Explore with Pulumi AI
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:
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Sql
Pool stringName SQL pool name
- Transparent
Data stringEncryption Name The name of the transparent data encryption configuration.
- Workspace
Name string The name of the workspace.
- Resource
Group stringName The name of the resource group. The name is case insensitive.
- Sql
Pool stringName SQL pool name
- Transparent
Data stringEncryption Name The name of the transparent data encryption configuration.
- Workspace
Name string The name of the workspace.
- resource
Group StringName The name of the resource group. The name is case insensitive.
- sql
Pool StringName SQL pool name
- transparent
Data StringEncryption Name The name of the transparent data encryption configuration.
- workspace
Name String The name of the workspace.
- resource
Group stringName The name of the resource group. The name is case insensitive.
- sql
Pool stringName SQL pool name
- transparent
Data stringEncryption Name The name of the transparent data encryption configuration.
- workspace
Name string The name of the workspace.
- resource_
group_ strname The name of the resource group. The name is case insensitive.
- sql_
pool_ strname SQL pool name
- transparent_
data_ strencryption_ name The name of the transparent data encryption configuration.
- workspace_
name str The name of the workspace.
- resource
Group StringName The name of the resource group. The name is case insensitive.
- sql
Pool StringName SQL pool name
- transparent
Data StringEncryption Name The name of the transparent data encryption configuration.
- workspace
Name 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