We recommend using Azure Native.
Azure v6.28.0 published on Friday, Oct 3, 2025 by Pulumi
azure.storage.getTableEntities
Start a Neo task
Explain and create an azure.storage.getTableEntities resource
Use this data source to access information about an existing Storage Table Entity.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const example = azure.storage.getTableEntities({
storageTableId: exampleAzurermStorageTable.id,
filter: "PartitionKey eq 'example'",
});
import pulumi
import pulumi_azure as azure
example = azure.storage.get_table_entities(storage_table_id=example_azurerm_storage_table["id"],
filter="PartitionKey eq 'example'")
package main
import (
"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/storage"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := storage.GetTableEntities(ctx, &storage.GetTableEntitiesArgs{
StorageTableId: exampleAzurermStorageTable.Id,
Filter: "PartitionKey eq 'example'",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Azure = Pulumi.Azure;
return await Deployment.RunAsync(() =>
{
var example = Azure.Storage.GetTableEntities.Invoke(new()
{
StorageTableId = exampleAzurermStorageTable.Id,
Filter = "PartitionKey eq 'example'",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.storage.StorageFunctions;
import com.pulumi.azure.storage.inputs.GetTableEntitiesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = StorageFunctions.getTableEntities(GetTableEntitiesArgs.builder()
.storageTableId(exampleAzurermStorageTable.id())
.filter("PartitionKey eq 'example'")
.build());
}
}
variables:
example:
fn::invoke:
function: azure:storage:getTableEntities
arguments:
storageTableId: ${exampleAzurermStorageTable.id}
filter: PartitionKey eq 'example'
Using getTableEntities
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 getTableEntities(args: GetTableEntitiesArgs, opts?: InvokeOptions): Promise<GetTableEntitiesResult>
function getTableEntitiesOutput(args: GetTableEntitiesOutputArgs, opts?: InvokeOptions): Output<GetTableEntitiesResult>def get_table_entities(filter: Optional[str] = None,
selects: Optional[Sequence[str]] = None,
storage_table_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTableEntitiesResult
def get_table_entities_output(filter: Optional[pulumi.Input[str]] = None,
selects: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
storage_table_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTableEntitiesResult]func GetTableEntities(ctx *Context, args *GetTableEntitiesArgs, opts ...InvokeOption) (*GetTableEntitiesResult, error)
func GetTableEntitiesOutput(ctx *Context, args *GetTableEntitiesOutputArgs, opts ...InvokeOption) GetTableEntitiesResultOutput> Note: This function is named GetTableEntities in the Go SDK.
public static class GetTableEntities
{
public static Task<GetTableEntitiesResult> InvokeAsync(GetTableEntitiesArgs args, InvokeOptions? opts = null)
public static Output<GetTableEntitiesResult> Invoke(GetTableEntitiesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTableEntitiesResult> getTableEntities(GetTableEntitiesArgs args, InvokeOptions options)
public static Output<GetTableEntitiesResult> getTableEntities(GetTableEntitiesArgs args, InvokeOptions options)
fn::invoke:
function: azure:storage/getTableEntities:getTableEntities
arguments:
# arguments dictionaryThe following arguments are supported:
- Filter string
- The filter used to retrieve the entities.
- Storage
Table stringId - The Storage Table ID where the entities exist.
- Selects List<string>
- A list of properties to select from the returned Storage Table Entities.
- Filter string
- The filter used to retrieve the entities.
- Storage
Table stringId - The Storage Table ID where the entities exist.
- Selects []string
- A list of properties to select from the returned Storage Table Entities.
- filter String
- The filter used to retrieve the entities.
- storage
Table StringId - The Storage Table ID where the entities exist.
- selects List<String>
- A list of properties to select from the returned Storage Table Entities.
- filter string
- The filter used to retrieve the entities.
- storage
Table stringId - The Storage Table ID where the entities exist.
- selects string[]
- A list of properties to select from the returned Storage Table Entities.
- filter str
- The filter used to retrieve the entities.
- storage_
table_ strid - The Storage Table ID where the entities exist.
- selects Sequence[str]
- A list of properties to select from the returned Storage Table Entities.
- filter String
- The filter used to retrieve the entities.
- storage
Table StringId - The Storage Table ID where the entities exist.
- selects List<String>
- A list of properties to select from the returned Storage Table Entities.
getTableEntities Result
The following output properties are available:
- Filter string
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
List<Get
Table Entities Item> - A list of
itemsblocks as defined below. - Storage
Table stringId - Selects List<string>
- Filter string
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
[]Get
Table Entities Item - A list of
itemsblocks as defined below. - Storage
Table stringId - Selects []string
- filter String
- id String
- The provider-assigned unique ID for this managed resource.
- items
List<Get
Table Entities Item> - A list of
itemsblocks as defined below. - storage
Table StringId - selects List<String>
- filter string
- id string
- The provider-assigned unique ID for this managed resource.
- items
Get
Table Entities Item[] - A list of
itemsblocks as defined below. - storage
Table stringId - selects string[]
- filter str
- id str
- The provider-assigned unique ID for this managed resource.
- items
Sequence[Get
Table Entities Item] - A list of
itemsblocks as defined below. - storage_
table_ strid - selects Sequence[str]
- filter String
- id String
- The provider-assigned unique ID for this managed resource.
- items List<Property Map>
- A list of
itemsblocks as defined below. - storage
Table StringId - selects List<String>
Supporting Types
GetTableEntitiesItem
- Partition
Key string - Partition Key of the Entity.
- Properties Dictionary<string, string>
- A map of any additional properties in key-value format.
- Row
Key string - Row Key of the Entity.
- Partition
Key string - Partition Key of the Entity.
- Properties map[string]string
- A map of any additional properties in key-value format.
- Row
Key string - Row Key of the Entity.
- partition
Key String - Partition Key of the Entity.
- properties Map<String,String>
- A map of any additional properties in key-value format.
- row
Key String - Row Key of the Entity.
- partition
Key string - Partition Key of the Entity.
- properties {[key: string]: string}
- A map of any additional properties in key-value format.
- row
Key string - Row Key of the Entity.
- partition_
key str - Partition Key of the Entity.
- properties Mapping[str, str]
- A map of any additional properties in key-value format.
- row_
key str - Row Key of the Entity.
- partition
Key String - Partition Key of the Entity.
- properties Map<String>
- A map of any additional properties in key-value format.
- row
Key String - Row Key of the Entity.
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurermTerraform Provider.
