StorageAccountsGetResponse type

A lekérési művelet válaszadatait tartalmazza.

type StorageAccountsGetResponse = StorageAccountInformation & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: StorageAccountInformation
  }
}