StorageAccountsListSasTokensResponse type
Zawiera dane odpowiedzi dla operacji listSasTokens.
type StorageAccountsListSasTokensResponse = SasTokenInformationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SasTokenInformationListResult
}
}