Поделиться через


ComponentLinkedStorageAccountsGetResponse type

Содержит данные ответа для операции получения.

type ComponentLinkedStorageAccountsGetResponse =
  ComponentLinkedStorageAccounts & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ComponentLinkedStorageAccounts
    }
  }