Condividi tramite


StorageAccountsGetResponse type

Contiene i dati di risposta per l'operazione get.

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