Delen via


StorageAccountsListSasTokensNextResponse type

Bevat antwoordgegevens voor de bewerking listSasTokensNext.

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