Delen via


StorageAccountsListSasTokensResponse type

Bevat antwoordgegevens voor de bewerking listSasTokens.

type StorageAccountsListSasTokensResponse = SasTokenInformationListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SasTokenInformationListResult
  }
}