Delen via


ComponentLinkedStorageAccountsGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

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