ComponentLinkedStorageAccountsUpdateResponse type

Contains response data for the update operation.

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