Udostępnij za pośrednictwem


ComponentLinkedStorageAccountsGetResponse type

Zawiera dane odpowiedzi dla operacji pobierania.

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