Aracılığıyla paylaş


StorageAccountsGetResponse type

Alma işlemi için yanıt verilerini içerir.

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