1. Packages
  2. Azure Native
  3. API Docs
  4. datalakeanalytics
  5. listStorageAccountSasTokens
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.datalakeanalytics.listStorageAccountSasTokens

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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination. Azure REST API version: 2019-11-01-preview.

    Using listStorageAccountSasTokens

    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 listStorageAccountSasTokens(args: ListStorageAccountSasTokensArgs, opts?: InvokeOptions): Promise<ListStorageAccountSasTokensResult>
    function listStorageAccountSasTokensOutput(args: ListStorageAccountSasTokensOutputArgs, opts?: InvokeOptions): Output<ListStorageAccountSasTokensResult>
    def list_storage_account_sas_tokens(account_name: Optional[str] = None,
                                        container_name: Optional[str] = None,
                                        resource_group_name: Optional[str] = None,
                                        storage_account_name: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> ListStorageAccountSasTokensResult
    def list_storage_account_sas_tokens_output(account_name: Optional[pulumi.Input[str]] = None,
                                        container_name: Optional[pulumi.Input[str]] = None,
                                        resource_group_name: Optional[pulumi.Input[str]] = None,
                                        storage_account_name: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[ListStorageAccountSasTokensResult]
    func ListStorageAccountSasTokens(ctx *Context, args *ListStorageAccountSasTokensArgs, opts ...InvokeOption) (*ListStorageAccountSasTokensResult, error)
    func ListStorageAccountSasTokensOutput(ctx *Context, args *ListStorageAccountSasTokensOutputArgs, opts ...InvokeOption) ListStorageAccountSasTokensResultOutput

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

    public static class ListStorageAccountSasTokens 
    {
        public static Task<ListStorageAccountSasTokensResult> InvokeAsync(ListStorageAccountSasTokensArgs args, InvokeOptions? opts = null)
        public static Output<ListStorageAccountSasTokensResult> Invoke(ListStorageAccountSasTokensInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListStorageAccountSasTokensResult> listStorageAccountSasTokens(ListStorageAccountSasTokensArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:datalakeanalytics:listStorageAccountSasTokens
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountName string
    The name of the Data Lake Analytics account.
    ContainerName string
    The name of the Azure storage container for which the SAS token is being requested.
    ResourceGroupName string
    The name of the Azure resource group.
    StorageAccountName string
    The name of the Azure storage account for which the SAS token is being requested.
    AccountName string
    The name of the Data Lake Analytics account.
    ContainerName string
    The name of the Azure storage container for which the SAS token is being requested.
    ResourceGroupName string
    The name of the Azure resource group.
    StorageAccountName string
    The name of the Azure storage account for which the SAS token is being requested.
    accountName String
    The name of the Data Lake Analytics account.
    containerName String
    The name of the Azure storage container for which the SAS token is being requested.
    resourceGroupName String
    The name of the Azure resource group.
    storageAccountName String
    The name of the Azure storage account for which the SAS token is being requested.
    accountName string
    The name of the Data Lake Analytics account.
    containerName string
    The name of the Azure storage container for which the SAS token is being requested.
    resourceGroupName string
    The name of the Azure resource group.
    storageAccountName string
    The name of the Azure storage account for which the SAS token is being requested.
    account_name str
    The name of the Data Lake Analytics account.
    container_name str
    The name of the Azure storage container for which the SAS token is being requested.
    resource_group_name str
    The name of the Azure resource group.
    storage_account_name str
    The name of the Azure storage account for which the SAS token is being requested.
    accountName String
    The name of the Data Lake Analytics account.
    containerName String
    The name of the Azure storage container for which the SAS token is being requested.
    resourceGroupName String
    The name of the Azure resource group.
    storageAccountName String
    The name of the Azure storage account for which the SAS token is being requested.

    listStorageAccountSasTokens Result

    The following output properties are available:

    NextLink string
    The link (url) to the next page of results.
    Value List<Pulumi.AzureNative.DataLakeAnalytics.Outputs.SasTokenInformationResponse>
    The results of the list operation.
    NextLink string
    The link (url) to the next page of results.
    Value []SasTokenInformationResponse
    The results of the list operation.
    nextLink String
    The link (url) to the next page of results.
    value List<SasTokenInformationResponse>
    The results of the list operation.
    nextLink string
    The link (url) to the next page of results.
    value SasTokenInformationResponse[]
    The results of the list operation.
    next_link str
    The link (url) to the next page of results.
    value Sequence[SasTokenInformationResponse]
    The results of the list operation.
    nextLink String
    The link (url) to the next page of results.
    value List<Property Map>
    The results of the list operation.

    Supporting Types

    SasTokenInformationResponse

    AccessToken string
    The access token for the associated Azure Storage Container.
    AccessToken string
    The access token for the associated Azure Storage Container.
    accessToken String
    The access token for the associated Azure Storage Container.
    accessToken string
    The access token for the associated Azure Storage Container.
    access_token str
    The access token for the associated Azure Storage Container.
    accessToken String
    The access token for the associated Azure Storage Container.

    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.34.0 published on Thursday, Mar 28, 2024 by Pulumi